#BCC15B

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

Shades of Wild Willow #BCC15B

Tints of Wild Willow #BCC15B

Color information

#BCC15B (or 0xBCC15B) is unknown color: approx Wild Willow. HEX triplet: BC, C1 and 5B. RGB value is (188,193,91). Sum of RGB (Red+Green+Blue) = 188+193+91=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC15B is #433EA4. Grayscale: #B4B4B4. Windows color (decimal): -4406949 or 6013372. OLE color: 6013372.

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

Color convert

RGB18819391-
CMYK0.0300.530.24
HSL62.94º45.13%55.69%-
HSV(B)62.94º52.85%75.69%-
XYZ41.749.5917.27-
YUV179.8877.84133.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=39.83%
G=40.89%
B=19.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193910.0300.530.2462.9445.1355.69
HexBCC15B3035183f2d38
Octal274301133306530775570
Binary1011110011000001101101111011010111000111111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC15B; }

 p { color: rgb(188,193,91); }

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

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

 a { background-color: rgb(188,193,91); }

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

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

 span { border-color: rgb(188,193,91); }

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