Html Css Color HEX #85A12A Limerick

📋 copy color: '#85A12A'

red 133 ◦ green 161 ◦ blue 42

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

Shades of Limerick #85A12A

Tints of Limerick #85A12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

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

R = 39.58%
G = 47.92%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#85A12A (or 0x85A12A) is known color: Limerick. HEX triplet: 85, A1 and 2A. RGB value is (133,161,42). Sum of RGB (Red+Green+Blue) = 133+161+42=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #85A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A12A is #7A5ED5. Grayscale: #8B8B8B. Windows color (decimal): -8019670 or 2793861. OLE color: 2793861.

HSL color Cylindrical-coordinate representation of color #85A12A: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85A12A is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 42 -
CMYK 0.17 0 0.74 0.37
HSL 74.12º 0.59% 0.4% -
HSV(B) 74.12º 0.74% 0.63% -
XYZ 22.84 30.64 6.9 -
YUV 139.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 133 161 42 0.17 0 0.74 0.37 74.12 0.59 0.4
Hex 85 A1 2A 11 0 4A 25 4A 3B 28
Octal 205 241 52 21 0 112 45 112 73 50
Binary 10000101 10100001 101010 10001 0 1001010 100101 1001010 111011 101000

Color Harmonies of #85A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A12A

Black with #85A12A

Text Example


Text Example

White with #85A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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