#BCC15F

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

Shades of Wild Willow #BCC15F

Tints of Wild Willow #BCC15F

Color information

#BCC15F (or 0xBCC15F) is unknown color: approx Wild Willow. HEX triplet: BC, C1 and 5F. RGB value is (188,193,95). Sum of RGB (Red+Green+Blue) = 188+193+95=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC15F is #433EA0. Grayscale: #B4B4B4. Windows color (decimal): -4406945 or 6275516. OLE color: 6275516.

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

Color convert

RGB18819395-
CMYK0.0300.510.24
HSL63.06º44.14%56.47%-
HSV(B)63.06º50.78%75.69%-
XYZ41.8749.6618.2-
YUV180.3379.84133.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=39.50%
G=40.55%
B=19.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193950.0300.510.2463.0644.1456.47
HexBCC15F3033183f2c38
Octal274301137306330775470
Binary1011110011000001101111111011001111000111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC15F; }

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

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

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

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

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

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

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

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