Html Css Color HEX #BDD06C Wild Willow

📋 copy color: '#BDD06C'

red 189 ◦ green 208 ◦ blue 108

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

Shades of Wild Willow #BDD06C

Tints of Wild Willow #BDD06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.39%

R = 37.43%
G = 41.19%
B = 21.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#BDD06C (or 0xBDD06C) is known color: Wild Willow. HEX triplet: BD, D0 and 6C. RGB value is (189,208,108). Sum of RGB (Red+Green+Blue) = 189+208+108=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06C is #422F93. Grayscale: #BFBFBF. Windows color (decimal): -4337556 or 7131325. OLE color: 7131325.

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

Color convert

RGB 189 208 108 -
CMYK 0.09 0 0.48 0.18
HSL 71.4º 0.52% 0.62% -
HSV(B) 71.4º 0.48% 0.82% -
XYZ 46.25 57.01 22.75 -
YUV 190.92 81.21 126.63 -
System Red Green Blue C M Y K H S L
Decimal 189 208 108 0.09 0 0.48 0.18 71.4 0.52 0.62
Hex BD D0 6C 9 0 30 12 47 34 3E
Octal 275 320 154 11 0 60 22 107 64 76
Binary 10111101 11010000 1101100 1001 0 110000 10010 1000111 110100 111110

Color Harmonies of #BDD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD06C

Black with #BDD06C

Text Example


Text Example

White with #BDD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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