#BDCA6B

Color #BDCA6B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDCA6B

Tints of Wild Willow #BDCA6B

Color information

#BDCA6B (or 0xBDCA6B) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 6B. RGB value is (189,202,107). Sum of RGB (Red+Green+Blue) = 189+202+107=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6B is #423594. Grayscale: #BBBBBB. Windows color (decimal): -4339093 or 7064253. OLE color: 7064253.

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

Color convert

RGB189202107-
CMYK0.0600.470.21
HSL68.21º47.26%60.59%-
HSV(B)68.21º47.03%79.22%-
XYZ44.7654.1222-
YUV187.2882.69129.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=37.95%
G=40.56%
B=21.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021070.0600.470.2168.2147.2660.59
HexBDCA6B602F15442f3d
Octal2753121536057251045775
Binary101111011100101011010111100101111101011000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA6B; }

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

 H1.HeaderClassName
 {
   color: #BDCA6B;
 }
 .AnyTagClassName
 {
   color: #BDCA6B;
 }
</style>
background-color css

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

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

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

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

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

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