Html Css Color HEX #85AB0F Lima

📋 copy color: '#85AB0F'

red 133 ◦ green 171 ◦ blue 15

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

Shades of Lima #85AB0F

Tints of Lima #85AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 41.69%
G = 53.61%
B = 4.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#85AB0F (or 0x85AB0F) is known color: Lima. HEX triplet: 85, AB and 0F. RGB value is (133,171,15). Sum of RGB (Red+Green+Blue) = 133+171+15=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB0F is #7A54F0. Grayscale: #8E8E8E. Windows color (decimal): -8017137 or 1026949. OLE color: 1026949.

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

Color convert

RGB 133 171 15 -
CMYK 0.22 0 0.91 0.33
HSL 74.62º 0.84% 0.36% -
HSV(B) 74.62º 0.91% 0.67% -
XYZ 24.32 34.15 5.76 -
YUV 141.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 133 171 15 0.22 0 0.91 0.33 74.62 0.84 0.36
Hex 85 AB F 16 0 5B 21 4B 54 24
Octal 205 253 17 26 0 133 41 113 124 44
Binary 10000101 10101011 1111 10110 0 1011011 100001 1001011 1010100 100100

Color Harmonies of #85AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB0F

Black with #85AB0F

Text Example


Text Example

White with #85AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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