#BCC263

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

Shades of Wild Willow #BCC263

Tints of Wild Willow #BCC263

Color information

#BCC263 (or 0xBCC263) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 63. RGB value is (188,194,99). Sum of RGB (Red+Green+Blue) = 188+194+99=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC263 is #433D9C. Grayscale: #B5B5B5. Windows color (decimal): -4406685 or 6537916. OLE color: 6537916.

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

Color convert

RGB18819499-
CMYK0.0300.490.24
HSL63.79º43.78%57.45%-
HSV(B)63.79º48.97%76.08%-
XYZ42.2850.1819.26-
YUV181.3881.51132.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=39.09%
G=40.33%
B=20.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188194990.0300.490.2463.7943.7857.45
HexBCC263303118402c39
Octal2743021433061301005471
Binary10111100110000101100011110110001110001000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC263; }

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

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

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

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

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

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

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

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