Html Css Color HEX #BDD174 Wild Willow

📋 copy color: '#BDD174'

red 189 ◦ green 209 ◦ blue 116

#BDD174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BDD174

Tints of Wild Willow #BDD174

RGB

 RED value IS 189 (74.22% from 255) = 36.77%

 GREEN value IS 209 (82.03% from 255) = 40.66%

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 36.77%
G = 40.66%
B = 22.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD174 (or 0xBDD174) is known color: Wild Willow. HEX triplet: BD, D1 and 74. RGB value is (189,209,116). Sum of RGB (Red+Green+Blue) = 189+209+116=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD174 is #422E8B. Grayscale: #C0C0C0. Windows color (decimal): -4337292 or 7655869. OLE color: 7655869.

HSL color Cylindrical-coordinate representation of color #BDD174: hue angle of 72.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD174 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 116 -
CMYK 0.10 0 0.44 0.18
HSL 72.9º 0.5% 0.64% -
HSV(B) 72.9º 0.44% 0.82% -
XYZ 46.94 57.68 25.18 -
YUV 192.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 189 209 116 0.10 0 0.44 0.18 72.9 0.5 0.64
Hex BD D1 74 A 0 2C 12 49 32 40
Octal 275 321 164 12 0 54 22 111 62 100
Binary 10111101 11010001 1110100 1010 0 101100 10010 1001001 110010 1000000

Color Harmonies of #BDD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD174

Black with #BDD174

Text Example


Text Example

White with #BDD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD174; }

 p { color: rgb(189,209,116); }

 H1.HeaderClassName
 {
   color: #BDD174;
 }
 .AnyTagClassName
 {
   color: #BDD174;
 }
</style>

background-color css

<style>
 a { background-color: #BDD174; }

 a { background-color: rgb(189,209,116); }

 div.DivClassName
 {
   background-color: #BDD174;
 }
 .BgClassName
 {
   background-color: #BDD174;
 }
</style>

border-color css

<style>
 span { border-color: #BDD174; }

 span { border-color: rgb(189,209,116); }

 td.TdClassName
 {
   border-color: #BDD174;
 }
 .TagClassName
 {
   border-color: #BDD174;
 }
</style>