#BDCD68

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

Shades of Wild Willow #BDCD68

Tints of Wild Willow #BDCD68

Color information

#BDCD68 (or 0xBDCD68) is unknown color: approx Wild Willow. HEX triplet: BD, CD and 68. RGB value is (189,205,104). Sum of RGB (Red+Green+Blue) = 189+205+104=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD68 is #423297. Grayscale: #BDBDBD. Windows color (decimal): -4338328 or 6868413. OLE color: 6868413.

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

Color convert

RGB189205104-
CMYK0.0800.490.20
HSL69.5º50.25%60.59%-
HSV(B)69.5º49.27%80.39%-
XYZ45.3255.4821.42-
YUV188.780.2128.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=37.95%
G=41.16%
B=20.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051040.0800.490.2069.550.2560.59
HexBDCD6880311446323d
Octal27531515010061241066275
Binary1011110111001101110100010000110001101001000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD68; }

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

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

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

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

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

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

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

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