#85BE0C

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

Shades of Lima #85BE0C

Tints of Lima #85BE0C

Color information

#85BE0C (or 0x85BE0C) is unknown color: approx Lima. HEX triplet: 85, BE and 0C. RGB value is (133,190,12). Sum of RGB (Red+Green+Blue) = 133+190+12=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE0C is #7A41F3. Grayscale: #999999. Windows color (decimal): -8012276 or 835205. OLE color: 835205.

HSL color Cylindrical-coordinate representation of color #85BE0C: hue angle of 79.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85BE0C is Cyan = 0.3, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB13319012-
CMYK0.300.940.25
HSL79.21º88.12%39.61%-
HSV(B)79.21º93.68%74.51%-
XYZ28.1541.846.94-
YUV152.6648.62113.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=39.70%
G=56.72%
B=3.58%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190120.300.940.2579.2188.1239.61
Hex85BEC1E05E194f5828
Octal205276143601363111713050
Binary1000010110111110110011110010111101100110011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BE0C; }

 p { color: rgb(133,190,12); }

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

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

 a { background-color: rgb(133,190,12); }

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

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

 span { border-color: rgb(133,190,12); }

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