#BCCA52

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

Shades of Wild Willow #BCCA52

Tints of Wild Willow #BCCA52

Color information

#BCCA52 (or 0xBCCA52) is unknown color: approx Wild Willow. HEX triplet: BC, CA and 52. RGB value is (188,202,82). Sum of RGB (Red+Green+Blue) = 188+202+82=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA52 is #4335AD. Grayscale: #B8B8B8. Windows color (decimal): -4404654 or 5425852. OLE color: 5425852.

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

Color convert

RGB18820282-
CMYK0.0700.590.21
HSL67º53.1%55.69%-
HSV(B)67º59.41%79.22%-
XYZ43.3853.5416.03-
YUV184.1370.36130.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=39.83%
G=42.80%
B=17.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202820.0700.590.216753.155.69
HexBCCA52703B15433538
Octal2743121227073251036570
Binary101111001100101010100101110111011101011000011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA52; }

 p { color: rgb(188,202,82); }

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

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

 a { background-color: rgb(188,202,82); }

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

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

 span { border-color: rgb(188,202,82); }

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