#BCC062

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

Shades of Wild Willow #BCC062

Tints of Wild Willow #BCC062

Color information

#BCC062 (or 0xBCC062) is unknown color: approx Wild Willow. HEX triplet: BC, C0 and 62. RGB value is (188,192,98). Sum of RGB (Red+Green+Blue) = 188+192+98=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC062 is #433F9D. Grayscale: #B4B4B4. Windows color (decimal): -4407198 or 6471868. OLE color: 6471868.

HSL color Cylindrical-coordinate representation of color #BCC062: hue angle of 62.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC062 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18819298-
CMYK0.0200.490.25
HSL62.55º42.73%56.86%-
HSV(B)62.55º48.96%75.29%-
XYZ41.7949.2718.86-
YUV180.0981.67133.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=39.33%
G=40.17%
B=20.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192980.0200.490.2562.5542.7356.86
HexBCC0622031193f2b39
Octal274300142206131775371
Binary1011110011000000110001010011000111001111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC062; }

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

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

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

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

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

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

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

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