Html Css Color HEX #85AE0D Lima

📋 copy color: '#85AE0D'

red 133 ◦ green 174 ◦ blue 13

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

Shades of Lima #85AE0D

Tints of Lima #85AE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.38%

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

R = 41.56%
G = 54.38%
B = 4.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#85AE0D (or 0x85AE0D) is known color: Lima. HEX triplet: 85, AE and 0D. RGB value is (133,174,13). Sum of RGB (Red+Green+Blue) = 133+174+13=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AE0D is #7A51F2. Grayscale: #8F8F8F. Windows color (decimal): -8016371 or 896645. OLE color: 896645.

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

Color convert

RGB 133 174 13 -
CMYK 0.24 0 0.93 0.32
HSL 75.28º 0.86% 0.37% -
HSV(B) 75.28º 0.93% 0.68% -
XYZ 24.88 35.29 5.88 -
YUV 143.39 54.42 120.59 -
System Red Green Blue C M Y K H S L
Decimal 133 174 13 0.24 0 0.93 0.32 75.28 0.86 0.37
Hex 85 AE D 18 0 5D 20 4B 56 25
Octal 205 256 15 30 0 135 40 113 126 45
Binary 10000101 10101110 1101 11000 0 1011101 100000 1001011 1010110 100101

Color Harmonies of #85AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE0D

Black with #85AE0D

Text Example


Text Example

White with #85AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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