Html Css Color HEX #85AE16 Lima

📋 copy color: '#85AE16'

red 133 ◦ green 174 ◦ blue 22

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

Shades of Lima #85AE16

Tints of Lima #85AE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 40.43%
G = 52.89%
B = 6.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#85AE16 (or 0x85AE16) is known color: Lima. HEX triplet: 85, AE and 16. RGB value is (133,174,22). Sum of RGB (Red+Green+Blue) = 133+174+22=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AE16 is #7A51E9. Grayscale: #909090. Windows color (decimal): -8016362 or 1486469. OLE color: 1486469.

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

Color convert

RGB 133 174 22 -
CMYK 0.24 0 0.87 0.32
HSL 76.18º 0.78% 0.38% -
HSV(B) 76.18º 0.87% 0.68% -
XYZ 24.95 35.32 6.26 -
YUV 144.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 133 174 22 0.24 0 0.87 0.32 76.18 0.78 0.38
Hex 85 AE 16 18 0 57 20 4C 4E 26
Octal 205 256 26 30 0 127 40 114 116 46
Binary 10000101 10101110 10110 11000 0 1010111 100000 1001100 1001110 100110

Color Harmonies of #85AE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE16

Black with #85AE16

Text Example


Text Example

White with #85AE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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