Html Css Color HEX #85AC0D Lima

📋 copy color: '#85AC0D'

red 133 ◦ green 172 ◦ blue 13

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

Shades of Lima #85AC0D

Tints of Lima #85AC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

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

R = 41.82%
G = 54.09%
B = 4.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#85AC0D (or 0x85AC0D) is known color: Lima. HEX triplet: 85, AC and 0D. RGB value is (133,172,13). Sum of RGB (Red+Green+Blue) = 133+172+13=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC0D is #7A53F2. Grayscale: #8E8E8E. Windows color (decimal): -8016883 or 896133. OLE color: 896133.

HSL color Cylindrical-coordinate representation of color #85AC0D: hue angle of 74.72º 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 #85AC0D is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 13 -
CMYK 0.23 0 0.92 0.33
HSL 74.72º 0.86% 0.36% -
HSV(B) 74.72º 0.92% 0.67% -
XYZ 24.5 34.52 5.75 -
YUV 142.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 133 172 13 0.23 0 0.92 0.33 74.72 0.86 0.36
Hex 85 AC D 17 0 5C 21 4B 56 24
Octal 205 254 15 27 0 134 41 113 126 44
Binary 10000101 10101100 1101 10111 0 1011100 100001 1001011 1010110 100100

Color Harmonies of #85AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC0D

Black with #85AC0D

Text Example


Text Example

White with #85AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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