#BCC95D

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

Shades of Wild Willow #BCC95D

Tints of Wild Willow #BCC95D

Color information

#BCC95D (or 0xBCC95D) is unknown color: approx Wild Willow. HEX triplet: BC, C9 and 5D. RGB value is (188,201,93). Sum of RGB (Red+Green+Blue) = 188+201+93=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC95D is #4336A2. Grayscale: #B9B9B9. Windows color (decimal): -4404899 or 6146492. OLE color: 6146492.

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

Color convert

RGB18820193-
CMYK0.0600.540.21
HSL67.22º50%57.65%-
HSV(B)67.22º53.73%78.82%-
XYZ43.653.2518.34-
YUV184.876.19130.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=39.00%
G=41.70%
B=19.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201930.0600.540.2167.225057.65
HexBCC95D60361543323a
Octal2743111356066251036272
Binary101111001100100110111011100110110101011000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC95D; }

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

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

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

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

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

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

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

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