#BCC95F

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

Shades of Wild Willow #BCC95F

Tints of Wild Willow #BCC95F

Color information

#BCC95F (or 0xBCC95F) is unknown color: approx Wild Willow. HEX triplet: BC, C9 and 5F. RGB value is (188,201,95). Sum of RGB (Red+Green+Blue) = 188+201+95=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC95F is #4336A0. Grayscale: #B9B9B9. Windows color (decimal): -4404897 or 6277564. OLE color: 6277564.

HSL color Cylindrical-coordinate representation of color #BCC95F: hue angle of 67.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC95F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB18820195-
CMYK0.0600.530.21
HSL67.36º49.53%58.04%-
HSV(B)67.36º52.74%78.82%-
XYZ43.6953.2918.81-
YUV185.0377.19130.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=38.84%
G=41.53%
B=19.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201950.0600.530.2167.3649.5358.04
HexBCC95F60351543323a
Octal2743111376065251036272
Binary101111001100100110111111100110101101011000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC95F; }

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

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

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

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

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

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

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

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