#BDCB53

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

Shades of Wild Willow #BDCB53

Tints of Wild Willow #BDCB53

Color information

#BDCB53 (or 0xBDCB53) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 53. RGB value is (189,203,83). Sum of RGB (Red+Green+Blue) = 189+203+83=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB53 is #4234AC. Grayscale: #B9B9B9. Windows color (decimal): -4338861 or 5491645. OLE color: 5491645.

HSL color Cylindrical-coordinate representation of color #BDCB53: hue angle of 67º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDCB53 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB18920383-
CMYK0.0700.590.20
HSL67º53.57%56.08%-
HSV(B)67º59.11%79.61%-
XYZ43.954.1616.32-
YUV185.1370.36130.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 83 (32.81% from 255) = 17.47%
R=39.79%
G=42.74%
B=17.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203830.0700.590.206753.5756.08
HexBDCB53703B14433638
Octal2753131237073241036670
Binary101111011100101110100111110111011101001000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB53; }

 p { color: rgb(189,203,83); }

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

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

 a { background-color: rgb(189,203,83); }

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

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

 span { border-color: rgb(189,203,83); }

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