#BDCA67

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

Shades of Wild Willow #BDCA67

Tints of Wild Willow #BDCA67

Color information

#BDCA67 (or 0xBDCA67) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 67. RGB value is (189,202,103). Sum of RGB (Red+Green+Blue) = 189+202+103=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA67 is #423598. Grayscale: #BBBBBB. Windows color (decimal): -4339097 or 6802109. OLE color: 6802109.

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

Color convert

RGB189202103-
CMYK0.0600.490.21
HSL67.88º48.29%59.8%-
HSV(B)67.88º49.01%79.22%-
XYZ44.5554.0420.91-
YUV186.8380.69129.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=38.26%
G=40.89%
B=20.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021030.0600.490.2167.8848.2959.8
HexBDCA6760311544303c
Octal2753121476061251046074
Binary101111011100101011001111100110001101011000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA67; }

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

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

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

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

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

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

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

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