#BEE85C

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

Shades of Conifer #BEE85C

Tints of Conifer #BEE85C

Color information

#BEE85C (or 0xBEE85C) is unknown color: approx Conifer. HEX triplet: BE, E8 and 5C. RGB value is (190,232,92). Sum of RGB (Red+Green+Blue) = 190+232+92=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE85C is #4117A3. Grayscale: #CCCCCC. Windows color (decimal): -4265892 or 6088894. OLE color: 6088894.

HSL color Cylindrical-coordinate representation of color #BEE85C: hue angle of 78º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEE85C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB19023292-
CMYK0.1800.600.09
HSL78º75.27%63.53%-
HSV(B)78º60.34%90.98%-
XYZ52.0269.4320.79-
YUV203.4865.09118.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 232 (91.02% from 255) = 45.14%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=36.96%
G=45.14%
B=17.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190232920.1800.600.097875.2763.53
HexBEE85C1203C94e4b40
Octal2763501342207411116113100
Binary101111101110100010111001001001111001001100111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE85C; }

 p { color: rgb(190,232,92); }

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

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

 a { background-color: rgb(190,232,92); }

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

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

 span { border-color: rgb(190,232,92); }

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