#BCCA57

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

Shades of Wild Willow #BCCA57

Tints of Wild Willow #BCCA57

Color information

#BCCA57 (or 0xBCCA57) is unknown color: approx Wild Willow. HEX triplet: BC, CA and 57. RGB value is (188,202,87). Sum of RGB (Red+Green+Blue) = 188+202+87=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA57 is #4335A8. Grayscale: #B9B9B9. Windows color (decimal): -4404649 or 5753532. OLE color: 5753532.

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

Color convert

RGB18820287-
CMYK0.0700.570.21
HSL67.3º52.04%56.67%-
HSV(B)67.3º56.93%79.22%-
XYZ43.5853.6217.07-
YUV184.772.86130.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 87 (34.38% from 255) = 18.24%
R=39.41%
G=42.35%
B=18.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202870.0700.570.2167.352.0456.67
HexBCCA57703915433439
Octal2743121277071251036471
Binary101111001100101010101111110111001101011000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA57; }

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

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

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

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

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

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

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

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