#BCE85B

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

Shades of Conifer #BCE85B

Tints of Conifer #BCE85B

Color information

#BCE85B (or 0xBCE85B) is unknown color: approx Conifer. HEX triplet: BC, E8 and 5B. RGB value is (188,232,91). Sum of RGB (Red+Green+Blue) = 188+232+91=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE85B is #4317A4. Grayscale: #CBCBCB. Windows color (decimal): -4396965 or 6023356. OLE color: 6023356.

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

Color convert

RGB18823291-
CMYK0.1900.610.09
HSL78.72º75.4%63.33%-
HSV(B)78.72º60.78%90.98%-
XYZ51.4869.1620.53-
YUV202.7764.92117.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 91 (35.94% from 255) = 17.81%
R=36.79%
G=45.40%
B=17.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188232910.1900.610.0978.7275.463.33
HexBCE85B1303D94f4b3f
Octal274350133230751111711377
Binary10111100111010001011011100110111101100110011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE85B; }

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

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

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

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

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

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

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

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