Html Css Color HEX #85A421 Limerick

📋 copy color: '#85A421'

red 133 ◦ green 164 ◦ blue 33

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

Shades of Limerick #85A421

Tints of Limerick #85A421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

 BLUE value IS 33 (13.28% from 255) = 10%

R = 40.3%
G = 49.7%
B = 10%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#85A421 (or 0x85A421) is known color: Limerick. HEX triplet: 85, A4 and 21. RGB value is (133,164,33). Sum of RGB (Red+Green+Blue) = 133+164+33=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #85A421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A421 is #7A5BDE. Grayscale: #8C8C8C. Windows color (decimal): -8018911 or 2204805. OLE color: 2204805.

HSL color Cylindrical-coordinate representation of color #85A421: hue angle of 74.2º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85A421 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 33 -
CMYK 0.19 0 0.80 0.36
HSL 74.2º 0.66% 0.39% -
HSV(B) 74.2º 0.8% 0.64% -
XYZ 23.22 31.65 6.32 -
YUV 139.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 133 164 33 0.19 0 0.80 0.36 74.2 0.66 0.39
Hex 85 A4 21 13 0 50 24 4A 42 27
Octal 205 244 41 23 0 120 44 112 102 47
Binary 10000101 10100100 100001 10011 0 1010000 100100 1001010 1000010 100111

Color Harmonies of #85A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A421

Black with #85A421

Text Example


Text Example

White with #85A421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,33); }

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

background-color css

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

 a { background-color: rgb(133,164,33); }

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

border-color css

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

 span { border-color: rgb(133,164,33); }

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