#85BD1A

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

Shades of Lima #85BD1A

Tints of Lima #85BD1A

Color information

#85BD1A (or 0x85BD1A) is unknown color: approx Lima. HEX triplet: 85, BD and 1A. RGB value is (133,189,26). Sum of RGB (Red+Green+Blue) = 133+189+26=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD1A is #7A42E5. Grayscale: #9A9A9A. Windows color (decimal): -8012518 or 1752453. OLE color: 1752453.

HSL color Cylindrical-coordinate representation of color #85BD1A: hue angle of 80.61º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85BD1A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB13318926-
CMYK0.3000.860.26
HSL80.61º75.81%42.16%-
HSV(B)80.61º86.24%74.12%-
XYZ28.0641.467.5-
YUV153.6755.95113.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=38.22%
G=54.31%
B=7.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189260.3000.860.2680.6175.8142.16
Hex85BD1A1E0561A514c2a
Octal205275323601263212111452
Binary10000101101111011101011110010101101101010100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,26); }

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

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

 a { background-color: rgb(133,189,26); }

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

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

 span { border-color: rgb(133,189,26); }

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