Html Css Color HEX #BDD66C Wild Willow

📋 copy color: '#BDD66C'

red 189 ◦ green 214 ◦ blue 108

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

Shades of Wild Willow #BDD66C

Tints of Wild Willow #BDD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 36.99%
G = 41.88%
B = 21.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BDD66C (or 0xBDD66C) is known color: Wild Willow. HEX triplet: BD, D6 and 6C. RGB value is (189,214,108). Sum of RGB (Red+Green+Blue) = 189+214+108=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD66C is #422993. Grayscale: #C2C2C2. Windows color (decimal): -4336020 or 7132861. OLE color: 7132861.

HSL color Cylindrical-coordinate representation of color #BDD66C: hue angle of 74.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD66C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 108 -
CMYK 0.12 0 0.50 0.16
HSL 74.15º 0.56% 0.63% -
HSV(B) 74.15º 0.5% 0.84% -
XYZ 47.74 59.99 23.25 -
YUV 194.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 189 214 108 0.12 0 0.50 0.16 74.15 0.56 0.63
Hex BD D6 6C C 0 32 10 4A 38 3F
Octal 275 326 154 14 0 62 20 112 70 77
Binary 10111101 11010110 1101100 1100 0 110010 10000 1001010 111000 111111

Color Harmonies of #BDD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD66C

Black with #BDD66C

Text Example


Text Example

White with #BDD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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