#BCC257

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

Shades of Wild Willow #BCC257

Tints of Wild Willow #BCC257

Color information

#BCC257 (or 0xBCC257) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 57. RGB value is (188,194,87). Sum of RGB (Red+Green+Blue) = 188+194+87=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC257 is #433DA8. Grayscale: #B4B4B4. Windows color (decimal): -4406697 or 5751484. OLE color: 5751484.

HSL color Cylindrical-coordinate representation of color #BCC257: hue angle of 63.36º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC257 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB18819487-
CMYK0.0300.550.24
HSL63.36º46.72%55.1%-
HSV(B)63.36º55.15%76.08%-
XYZ41.7549.9616.46-
YUV180.0175.51133.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 87 (34.38% from 255) = 18.55%
R=40.09%
G=41.36%
B=18.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188194870.0300.550.2463.3646.7255.1
HexBCC2573037183f2f37
Octal274302127306730775767
Binary1011110011000010101011111011011111000111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC257; }

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

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

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

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

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

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

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

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