Html Css Color HEX #85A915 Limerick

📋 copy color: '#85A915'

red 133 ◦ green 169 ◦ blue 21

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

Shades of Limerick #85A915

Tints of Limerick #85A915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.32%

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

R = 41.18%
G = 52.32%
B = 6.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#85A915 (or 0x85A915) is known color: Limerick. HEX triplet: 85, A9 and 15. RGB value is (133,169,21). Sum of RGB (Red+Green+Blue) = 133+169+21=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #85A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A915 is #7A56EA. Grayscale: #8D8D8D. Windows color (decimal): -8017643 or 1419653. OLE color: 1419653.

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

Color convert

RGB 133 169 21 -
CMYK 0.21 0 0.88 0.34
HSL 74.59º 0.78% 0.37% -
HSV(B) 74.59º 0.88% 0.66% -
XYZ 24 33.42 5.89 -
YUV 141.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 133 169 21 0.21 0 0.88 0.34 74.59 0.78 0.37
Hex 85 A9 15 15 0 58 22 4B 4E 25
Octal 205 251 25 25 0 130 42 113 116 45
Binary 10000101 10101001 10101 10101 0 1011000 100010 1001011 1001110 100101

Color Harmonies of #85A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A915

Black with #85A915

Text Example


Text Example

White with #85A915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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