Html Css Color HEX #BDCD66 Wild Willow

📋 copy color: '#BDCD66'

red 189 ◦ green 205 ◦ blue 102

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

Shades of Wild Willow #BDCD66

Tints of Wild Willow #BDCD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 38.1%
G = 41.33%
B = 20.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#BDCD66 (or 0xBDCD66) is known color: Wild Willow. HEX triplet: BD, CD and 66. RGB value is (189,205,102). Sum of RGB (Red+Green+Blue) = 189+205+102=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD66 is #423299. Grayscale: #BCBCBC. Windows color (decimal): -4338330 or 6737341. OLE color: 6737341.

HSL color Cylindrical-coordinate representation of color #BDCD66: hue angle of 69.32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDCD66 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 102 -
CMYK 0.08 0 0.50 0.20
HSL 69.32º 0.51% 0.6% -
HSV(B) 69.32º 0.5% 0.8% -
XYZ 45.22 55.44 20.89 -
YUV 188.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 189 205 102 0.08 0 0.50 0.20 69.32 0.51 0.6
Hex BD CD 66 8 0 32 14 45 33 3C
Octal 275 315 146 10 0 62 24 105 63 74
Binary 10111101 11001101 1100110 1000 0 110010 10100 1000101 110011 111100

Color Harmonies of #BDCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD66

Black with #BDCD66

Text Example


Text Example

White with #BDCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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