#BCC458

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

Shades of Wild Willow #BCC458

Tints of Wild Willow #BCC458

Color information

#BCC458 (or 0xBCC458) is unknown color: approx Wild Willow. HEX triplet: BC, C4 and 58. RGB value is (188,196,88). Sum of RGB (Red+Green+Blue) = 188+196+88=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC458 is #433BA7. Grayscale: #B5B5B5. Windows color (decimal): -4406184 or 5817532. OLE color: 5817532.

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

Color convert

RGB18819688-
CMYK0.0400.550.23
HSL64.44º47.79%55.69%-
HSV(B)64.44º55.1%76.86%-
XYZ42.2450.8816.83-
YUV181.375.35132.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 88 (34.77% from 255) = 18.64%
R=39.83%
G=41.53%
B=18.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196880.0400.550.2364.4447.7955.69
HexBCC458403717403038
Octal2743041304067271006070
Binary101111001100010010110001000110111101111000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC458; }

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

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

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

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

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

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

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

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