Html Css Color HEX #85AA0D Lima

📋 copy color: '#85AA0D'

red 133 ◦ green 170 ◦ blue 13

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

Shades of Lima #85AA0D

Tints of Lima #85AA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.8%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 42.09%
G = 53.8%
B = 4.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#85AA0D (or 0x85AA0D) is known color: Lima. HEX triplet: 85, AA and 0D. RGB value is (133,170,13). Sum of RGB (Red+Green+Blue) = 133+170+13=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AA0D is #7A55F2. Grayscale: #8D8D8D. Windows color (decimal): -8017395 or 895621. OLE color: 895621.

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

Color convert

RGB 133 170 13 -
CMYK 0.22 0 0.92 0.33
HSL 74.14º 0.86% 0.36% -
HSV(B) 74.14º 0.92% 0.67% -
XYZ 24.12 33.77 5.63 -
YUV 141.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 133 170 13 0.22 0 0.92 0.33 74.14 0.86 0.36
Hex 85 AA D 16 0 5C 21 4A 56 24
Octal 205 252 15 26 0 134 41 112 126 44
Binary 10000101 10101010 1101 10110 0 1011100 100001 1001010 1010110 100100

Color Harmonies of #85AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA0D

Black with #85AA0D

Text Example


Text Example

White with #85AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,13); }

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

background-color css

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

 a { background-color: rgb(133,170,13); }

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

border-color css

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

 span { border-color: rgb(133,170,13); }

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