#BCC55C

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

Shades of Wild Willow #BCC55C

Tints of Wild Willow #BCC55C

Color information

#BCC55C (or 0xBCC55C) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 5C. RGB value is (188,197,92). Sum of RGB (Red+Green+Blue) = 188+197+92=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC55C is #433AA3. Grayscale: #B6B6B6. Windows color (decimal): -4405924 or 6079932. OLE color: 6079932.

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

Color convert

RGB18819792-
CMYK0.0500.530.23
HSL65.14º47.51%56.67%-
HSV(B)65.14º53.3%77.25%-
XYZ42.6451.417.8-
YUV182.3477.02132.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=39.41%
G=41.30%
B=19.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197920.0500.530.2365.1447.5156.67
HexBCC55C503517413039
Octal2743051345065271016071
Binary101111001100010110111001010110101101111000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC55C; }

 p { color: rgb(188,197,92); }

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

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

 a { background-color: rgb(188,197,92); }

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

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

 span { border-color: rgb(188,197,92); }

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