Html Css Color HEX #85AE09 Lima

📋 copy color: '#85AE09'

red 133 ◦ green 174 ◦ blue 9

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

Shades of Lima #85AE09

Tints of Lima #85AE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 42.09%
G = 55.06%
B = 2.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#85AE09 (or 0x85AE09) is known color: Lima. HEX triplet: 85, AE and 09. RGB value is (133,174,9). Sum of RGB (Red+Green+Blue) = 133+174+9=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AE09 is #7A51F6. Grayscale: #8F8F8F. Windows color (decimal): -8016375 or 634501. OLE color: 634501.

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

Color convert

RGB 133 174 9 -
CMYK 0.24 0 0.95 0.32
HSL 74.91º 0.9% 0.36% -
HSV(B) 74.91º 0.95% 0.68% -
XYZ 24.86 35.28 5.76 -
YUV 142.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 133 174 9 0.24 0 0.95 0.32 74.91 0.9 0.36
Hex 85 AE 9 18 0 5F 20 4B 5A 24
Octal 205 256 11 30 0 137 40 113 132 44
Binary 10000101 10101110 1001 11000 0 1011111 100000 1001011 1011010 100100

Color Harmonies of #85AE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE09

Black with #85AE09

Text Example


Text Example

White with #85AE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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