#BCCA58

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

Shades of Wild Willow #BCCA58

Tints of Wild Willow #BCCA58

Color information

#BCCA58 (or 0xBCCA58) is unknown color: approx Wild Willow. HEX triplet: BC, CA and 58. RGB value is (188,202,88). Sum of RGB (Red+Green+Blue) = 188+202+88=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA58 is #4335A7. Grayscale: #B9B9B9. Windows color (decimal): -4404648 or 5819068. OLE color: 5819068.

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

Color convert

RGB18820288-
CMYK0.0700.560.21
HSL67.37º51.82%56.86%-
HSV(B)67.37º56.44%79.22%-
XYZ43.6253.6417.29-
YUV184.8273.36130.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 88 (34.77% from 255) = 18.41%
R=39.33%
G=42.26%
B=18.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202880.0700.560.2167.3751.8256.86
HexBCCA58703815433439
Octal2743121307070251036471
Binary101111001100101010110001110111000101011000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA58; }

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

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

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

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

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

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

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

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