Html Css Color HEX #85AB14 Lima

📋 copy color: '#85AB14'

red 133 ◦ green 171 ◦ blue 20

#85AB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #85AB14

Tints of Lima #85AB14

RGB

 RED value IS 133 (52.34% from 255) = 41.05%

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 41.05%
G = 52.78%
B = 6.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#85AB14 (or 0x85AB14) is known color: Lima. HEX triplet: 85, AB and 14. RGB value is (133,171,20). Sum of RGB (Red+Green+Blue) = 133+171+20=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB14 is #7A54EB. Grayscale: #8E8E8E. Windows color (decimal): -8017132 or 1354629. OLE color: 1354629.

HSL color Cylindrical-coordinate representation of color #85AB14: hue angle of 75.1º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85AB14 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 20 -
CMYK 0.22 0 0.88 0.33
HSL 75.1º 0.79% 0.37% -
HSV(B) 75.1º 0.88% 0.67% -
XYZ 24.36 34.16 5.97 -
YUV 142.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 133 171 20 0.22 0 0.88 0.33 75.1 0.79 0.37
Hex 85 AB 14 16 0 58 21 4B 4F 25
Octal 205 253 24 26 0 130 41 113 117 45
Binary 10000101 10101011 10100 10110 0 1011000 100001 1001011 1001111 100101

Color Harmonies of #85AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB14

Black with #85AB14

Text Example


Text Example

White with #85AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,20); }

 H1.HeaderClassName
 {
   color: #85AB14;
 }
 .AnyTagClassName
 {
   color: #85AB14;
 }
</style>

background-color css

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

 a { background-color: rgb(133,171,20); }

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

border-color css

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

 span { border-color: rgb(133,171,20); }

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