Html Css Color HEX #BDC066 Wild Willow

📋 copy color: '#BDC066'

red 189 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #BDC066

Tints of Wild Willow #BDC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 39.13%
G = 39.75%
B = 21.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BDC066 (or 0xBDC066) is known color: Wild Willow. HEX triplet: BD, C0 and 66. RGB value is (189,192,102). Sum of RGB (Red+Green+Blue) = 189+192+102=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC066 is #423F99. Grayscale: #B5B5B5. Windows color (decimal): -4341658 or 6734013. OLE color: 6734013.

HSL color Cylindrical-coordinate representation of color #BDC066: hue angle of 62º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC066 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 102 -
CMYK 0.02 0 0.47 0.25
HSL 62º 0.42% 0.58% -
HSV(B) 62º 0.47% 0.75% -
XYZ 42.23 49.48 19.89 -
YUV 180.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 189 192 102 0.02 0 0.47 0.25 62 0.42 0.58
Hex BD C0 66 2 0 2F 19 3E 2A 3A
Octal 275 300 146 2 0 57 31 76 52 72
Binary 10111101 11000000 1100110 10 0 101111 11001 111110 101010 111010

Color Harmonies of #BDC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC066

Black with #BDC066

Text Example


Text Example

White with #BDC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC066; }

 p { color: rgb(189,192,102); }

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

background-color css

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

 a { background-color: rgb(189,192,102); }

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

border-color css

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

 span { border-color: rgb(189,192,102); }

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