Html Css Color HEX #BDD06F Wild Willow

📋 copy color: '#BDD06F'

red 189 ◦ green 208 ◦ blue 111

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

Shades of Wild Willow #BDD06F

Tints of Wild Willow #BDD06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 37.2%
G = 40.94%
B = 21.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#BDD06F (or 0xBDD06F) is known color: Wild Willow. HEX triplet: BD, D0 and 6F. RGB value is (189,208,111). Sum of RGB (Red+Green+Blue) = 189+208+111=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06F is #422F90. Grayscale: #BFBFBF. Windows color (decimal): -4337553 or 7327933. OLE color: 7327933.

HSL color Cylindrical-coordinate representation of color #BDD06F: hue angle of 71.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD06F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 111 -
CMYK 0.09 0 0.47 0.18
HSL 71.75º 0.51% 0.63% -
HSV(B) 71.75º 0.47% 0.82% -
XYZ 46.41 57.08 23.61 -
YUV 191.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 189 208 111 0.09 0 0.47 0.18 71.75 0.51 0.63
Hex BD D0 6F 9 0 2F 12 48 33 3F
Octal 275 320 157 11 0 57 22 110 63 77
Binary 10111101 11010000 1101111 1001 0 101111 10010 1001000 110011 111111

Color Harmonies of #BDD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD06F

Black with #BDD06F

Text Example


Text Example

White with #BDD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD06F; }

 p { color: rgb(189,208,111); }

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

background-color css

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

 a { background-color: rgb(189,208,111); }

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

border-color css

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

 span { border-color: rgb(189,208,111); }

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