Html Css Color HEX #BDCA66 Wild Willow

📋 copy color: '#BDCA66'

red 189 ◦ green 202 ◦ blue 102

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

Shades of Wild Willow #BDCA66

Tints of Wild Willow #BDCA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.97%

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

R = 38.34%
G = 40.97%
B = 20.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#BDCA66 (or 0xBDCA66) is known color: Wild Willow. HEX triplet: BD, CA and 66. RGB value is (189,202,102). Sum of RGB (Red+Green+Blue) = 189+202+102=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA66 is #423599. Grayscale: #BBBBBB. Windows color (decimal): -4339098 or 6736573. OLE color: 6736573.

HSL color Cylindrical-coordinate representation of color #BDCA66: hue angle of 67.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDCA66 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 102 -
CMYK 0.06 0 0.50 0.21
HSL 67.8º 0.49% 0.6% -
HSV(B) 67.8º 0.5% 0.79% -
XYZ 44.51 54.02 20.65 -
YUV 186.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 189 202 102 0.06 0 0.50 0.21 67.8 0.49 0.6
Hex BD CA 66 6 0 32 15 44 31 3C
Octal 275 312 146 6 0 62 25 104 61 74
Binary 10111101 11001010 1100110 110 0 110010 10101 1000100 110001 111100

Color Harmonies of #BDCA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA66

Black with #BDCA66

Text Example


Text Example

White with #BDCA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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