Html Css Color HEX #85AA15 Limerick

📋 copy color: '#85AA15'

red 133 ◦ green 170 ◦ blue 21

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

Shades of Limerick #85AA15

Tints of Limerick #85AA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 41.05%
G = 52.47%
B = 6.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#85AA15 (or 0x85AA15) is known color: Limerick. HEX triplet: 85, AA and 15. RGB value is (133,170,21). Sum of RGB (Red+Green+Blue) = 133+170+21=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AA15 is #7A55EA. Grayscale: #8E8E8E. Windows color (decimal): -8017387 or 1419909. OLE color: 1419909.

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

Color convert

RGB 133 170 21 -
CMYK 0.22 0 0.88 0.33
HSL 74.9º 0.78% 0.37% -
HSV(B) 74.9º 0.88% 0.67% -
XYZ 24.18 33.79 5.96 -
YUV 141.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 133 170 21 0.22 0 0.88 0.33 74.9 0.78 0.37
Hex 85 AA 15 16 0 58 21 4B 4E 25
Octal 205 252 25 26 0 130 41 113 116 45
Binary 10000101 10101010 10101 10110 0 1011000 100001 1001011 1001110 100101

Color Harmonies of #85AA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA15

Black with #85AA15

Text Example


Text Example

White with #85AA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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