Html Css Color HEX #85AC12 Lima

📋 copy color: '#85AC12'

red 133 ◦ green 172 ◦ blue 18

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

Shades of Lima #85AC12

Tints of Lima #85AC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 41.18%
G = 53.25%
B = 5.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#85AC12 (or 0x85AC12) is known color: Lima. HEX triplet: 85, AC and 12. RGB value is (133,172,18). Sum of RGB (Red+Green+Blue) = 133+172+18=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC12 is #7A53ED. Grayscale: #8F8F8F. Windows color (decimal): -8016878 or 1223813. OLE color: 1223813.

HSL color Cylindrical-coordinate representation of color #85AC12: hue angle of 75.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85AC12 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 18 -
CMYK 0.23 0 0.90 0.33
HSL 75.19º 0.81% 0.37% -
HSV(B) 75.19º 0.9% 0.67% -
XYZ 24.53 34.54 5.95 -
YUV 142.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 133 172 18 0.23 0 0.90 0.33 75.19 0.81 0.37
Hex 85 AC 12 17 0 5A 21 4B 51 25
Octal 205 254 22 27 0 132 41 113 121 45
Binary 10000101 10101100 10010 10111 0 1011010 100001 1001011 1010001 100101

Color Harmonies of #85AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC12

Black with #85AC12

Text Example


Text Example

White with #85AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,18); }

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

background-color css

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

 a { background-color: rgb(133,172,18); }

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

border-color css

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

 span { border-color: rgb(133,172,18); }

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