Html Css Color HEX #85AD0D Lima

📋 copy color: '#85AD0D'

red 133 ◦ green 173 ◦ blue 13

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

Shades of Lima #85AD0D

Tints of Lima #85AD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.23%

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

R = 41.69%
G = 54.23%
B = 4.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#85AD0D (or 0x85AD0D) is known color: Lima. HEX triplet: 85, AD and 0D. RGB value is (133,173,13). Sum of RGB (Red+Green+Blue) = 133+173+13=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AD0D is #7A52F2. Grayscale: #8F8F8F. Windows color (decimal): -8016627 or 896389. OLE color: 896389.

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

Color convert

RGB 133 173 13 -
CMYK 0.23 0 0.92 0.32
HSL 75º 0.86% 0.36% -
HSV(B) 75º 0.92% 0.68% -
XYZ 24.69 34.9 5.82 -
YUV 142.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 133 173 13 0.23 0 0.92 0.32 75 0.86 0.36
Hex 85 AD D 17 0 5C 20 4B 56 24
Octal 205 255 15 27 0 134 40 113 126 44
Binary 10000101 10101101 1101 10111 0 1011100 100000 1001011 1010110 100100

Color Harmonies of #85AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD0D

Black with #85AD0D

Text Example


Text Example

White with #85AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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