Html Css Color HEX #85AA2A Limerick

📋 copy color: '#85AA2A'

red 133 ◦ green 170 ◦ blue 42

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

Shades of Limerick #85AA2A

Tints of Limerick #85AA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 38.55%
G = 49.28%
B = 12.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#85AA2A (or 0x85AA2A) is known color: Limerick. HEX triplet: 85, AA and 2A. RGB value is (133,170,42). Sum of RGB (Red+Green+Blue) = 133+170+42=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA2A is #7A55D5. Grayscale: #909090. Windows color (decimal): -8017366 or 2796165. OLE color: 2796165.

HSL color Cylindrical-coordinate representation of color #85AA2A: hue angle of 77.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85AA2A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 42 -
CMYK 0.22 0 0.75 0.33
HSL 77.34º 0.6% 0.42% -
HSV(B) 77.34º 0.75% 0.67% -
XYZ 24.47 33.9 7.44 -
YUV 144.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 133 170 42 0.22 0 0.75 0.33 77.34 0.6 0.42
Hex 85 AA 2A 16 0 4B 21 4D 3C 2A
Octal 205 252 52 26 0 113 41 115 74 52
Binary 10000101 10101010 101010 10110 0 1001011 100001 1001101 111100 101010

Color Harmonies of #85AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA2A

Black with #85AA2A

Text Example


Text Example

White with #85AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,42); }

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

background-color css

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

 a { background-color: rgb(133,170,42); }

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

border-color css

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

 span { border-color: rgb(133,170,42); }

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