Html Css Color HEX #85A822 Limerick

📋 copy color: '#85A822'

red 133 ◦ green 168 ◦ blue 34

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

Shades of Limerick #85A822

Tints of Limerick #85A822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.15%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 39.7%
G = 50.15%
B = 10.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#85A822 (or 0x85A822) is known color: Limerick. HEX triplet: 85, A8 and 22. RGB value is (133,168,34). Sum of RGB (Red+Green+Blue) = 133+168+34=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #85A822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A822 is #7A57DD. Grayscale: #8E8E8E. Windows color (decimal): -8017886 or 2271365. OLE color: 2271365.

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

Color convert

RGB 133 168 34 -
CMYK 0.21 0 0.80 0.34
HSL 75.67º 0.66% 0.4% -
HSV(B) 75.67º 0.8% 0.66% -
XYZ 23.96 33.11 6.64 -
YUV 142.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 133 168 34 0.21 0 0.80 0.34 75.67 0.66 0.4
Hex 85 A8 22 15 0 50 22 4C 42 28
Octal 205 250 42 25 0 120 42 114 102 50
Binary 10000101 10101000 100010 10101 0 1010000 100010 1001100 1000010 101000

Color Harmonies of #85A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A822

Black with #85A822

Text Example


Text Example

White with #85A822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,34); }

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

background-color css

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

 a { background-color: rgb(133,168,34); }

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

border-color css

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

 span { border-color: rgb(133,168,34); }

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