#BCC462

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

Shades of Wild Willow #BCC462

Tints of Wild Willow #BCC462

Color information

#BCC462 (or 0xBCC462) is unknown color: approx Wild Willow. HEX triplet: BC, C4 and 62. RGB value is (188,196,98). Sum of RGB (Red+Green+Blue) = 188+196+98=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC462 is #433B9D. Grayscale: #B6B6B6. Windows color (decimal): -4406174 or 6472892. OLE color: 6472892.

HSL color Cylindrical-coordinate representation of color #BCC462: hue angle of 64.9º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCC462 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB18819698-
CMYK0.0400.50.23
HSL64.9º45.37%57.65%-
HSV(B)64.9º50%76.86%-
XYZ42.6851.0519.16-
YUV182.4480.35131.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=39.00%
G=40.66%
B=20.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196980.0400.50.2364.945.3757.65
HexBCC462403217412d3a
Octal2743041424062271015572
Binary101111001100010011000101000110010101111000001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC462; }

 p { color: rgb(188,196,98); }

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

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

 a { background-color: rgb(188,196,98); }

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

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

 span { border-color: rgb(188,196,98); }

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