Html Css Color HEX #BDC66C Wild Willow

📋 copy color: '#BDC66C'

red 189 ◦ green 198 ◦ blue 108

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

Shades of Wild Willow #BDC66C

Tints of Wild Willow #BDC66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

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

R = 38.18%
G = 40%
B = 21.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#BDC66C (or 0xBDC66C) is known color: Wild Willow. HEX triplet: BD, C6 and 6C. RGB value is (189,198,108). Sum of RGB (Red+Green+Blue) = 189+198+108=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC66C is #423993. Grayscale: #B9B9B9. Windows color (decimal): -4340116 or 7128765. OLE color: 7128765.

HSL color Cylindrical-coordinate representation of color #BDC66C: hue angle of 66º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC66C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 108 -
CMYK 0.05 0 0.45 0.22
HSL 66º 0.44% 0.6% -
HSV(B) 66º 0.45% 0.78% -
XYZ 43.89 52.29 21.97 -
YUV 185.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 189 198 108 0.05 0 0.45 0.22 66 0.44 0.6
Hex BD C6 6C 5 0 2D 16 42 2C 3C
Octal 275 306 154 5 0 55 26 102 54 74
Binary 10111101 11000110 1101100 101 0 101101 10110 1000010 101100 111100

Color Harmonies of #BDC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC66C

Black with #BDC66C

Text Example


Text Example

White with #BDC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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