#BCE95F

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

Shades of Conifer #BCE95F

Tints of Conifer #BCE95F

Color information

#BCE95F (or 0xBCE95F) is unknown color: approx Conifer. HEX triplet: BC, E9 and 5F. RGB value is (188,233,95). Sum of RGB (Red+Green+Blue) = 188+233+95=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE95F is #4316A0. Grayscale: #CCCCCC. Windows color (decimal): -4396705 or 6285756. OLE color: 6285756.

HSL color Cylindrical-coordinate representation of color #BCE95F: hue angle of 79.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE95F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB18823395-
CMYK0.1900.590.09
HSL79.57º75.82%64.31%-
HSV(B)79.57º59.23%91.37%-
XYZ51.9469.821.56-
YUV203.8166.59116.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 95 (37.5% from 255) = 18.41%
R=36.43%
G=45.16%
B=18.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188233950.1900.590.0979.5775.8264.31
HexBCE95F1303B9504c40
Octal2743511372307311120114100
Binary101111001110100110111111001101110111001101000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE95F; }

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

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

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

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

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

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

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

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