#85B412

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

Shades of Lima #85B412

Tints of Lima #85B412

Color information

#85B412 (or 0x85B412) is unknown color: approx Lima. HEX triplet: 85, B4 and 12. RGB value is (133,180,18). Sum of RGB (Red+Green+Blue) = 133+180+18=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #85B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B412 is #7A4BED. Grayscale: #949494. Windows color (decimal): -8014830 or 1225861. OLE color: 1225861.

HSL color Cylindrical-coordinate representation of color #85B412: hue angle of 77.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B412 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB13318018-
CMYK0.2600.90.29
HSL77.41º81.82%38.82%-
HSV(B)77.41º90%70.59%-
XYZ26.137.676.47-
YUV147.4854.93117.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=40.18%
G=54.38%
B=5.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180180.2600.90.2977.4181.8238.82
Hex85B4121A05A1D4d5227
Octal205264223201323511512247
Binary10000101101101001001011010010110101110110011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,18); }

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

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

 a { background-color: rgb(133,180,18); }

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

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

 span { border-color: rgb(133,180,18); }

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