#85b70a

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

Shades of Lima #85B70A

Tints of Lima #85B70A

Color information

#85B70A (or 0x85B70A) is unknown color: approx Lima. HEX triplet: 85, B7 and 0A. RGB value is (133,183,10). Sum of RGB (Red+Green+Blue) = 133+183+10=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #85B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B70A is #7A48F5. Grayscale: #949494. Windows color (decimal): -8014070 or 702341. OLE color: 702341.

HSL color Cylindrical-coordinate representation of color #85B70A: hue angle of 77.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B70A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB13318310-
CMYK0.2700.950.28
HSL77.34º89.64%37.84%-
HSV(B)77.34º94.54%71.76%-
XYZ26.6638.886.39-
YUV148.3349.94117.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 183 (71.88% from 255) = 56.13%
BLUE value IS 10 (4.30% from 255) = 3.07%
R=40.80%
G=56.13%
B=3.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133183100.2700.950.2877.3489.6437.84
Hex85B7A1B05F1C4d5a26
Octal205267123301373411513246
Binary1000010110110111101011011010111111110010011011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85b70a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,183,10); }

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

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

 a { background-color: rgb(133,183,10); }

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

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

 span { border-color: rgb(133,183,10); }

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