Html Css Color HEX #85AE0A Lima

📋 copy color: '#85AE0A'

red 133 ◦ green 174 ◦ blue 10

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

Shades of Lima #85AE0A

Tints of Lima #85AE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 41.96%
G = 54.89%
B = 3.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#85AE0A (or 0x85AE0A) is known color: Lima. HEX triplet: 85, AE and 0A. RGB value is (133,174,10). Sum of RGB (Red+Green+Blue) = 133+174+10=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AE0A is #7A51F5. Grayscale: #8F8F8F. Windows color (decimal): -8016374 or 700037. OLE color: 700037.

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

Color convert

RGB 133 174 10 -
CMYK 0.24 0 0.94 0.32
HSL 75º 0.89% 0.36% -
HSV(B) 75º 0.94% 0.68% -
XYZ 24.86 35.28 5.79 -
YUV 143.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 133 174 10 0.24 0 0.94 0.32 75 0.89 0.36
Hex 85 AE A 18 0 5E 20 4B 59 24
Octal 205 256 12 30 0 136 40 113 131 44
Binary 10000101 10101110 1010 11000 0 1011110 100000 1001011 1011001 100100

Color Harmonies of #85AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE0A

Black with #85AE0A

Text Example


Text Example

White with #85AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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