Html Css Color HEX #84A023 Limerick

📋 copy color: '#84A023'

red 132 ◦ green 160 ◦ blue 35

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

Shades of Limerick #84A023

Tints of Limerick #84A023

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 160 (62.89% from 255) = 48.93%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 40.37%
G = 48.93%
B = 10.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#84A023 (or 0x84A023) is known color: Limerick. HEX triplet: 84, A0 and 23. RGB value is (132,160,35). Sum of RGB (Red+Green+Blue) = 132+160+35=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #84A023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A023 is #7B5FDC. Grayscale: #898989. Windows color (decimal): -8085469 or 2334852. OLE color: 2334852.

HSL color Cylindrical-coordinate representation of color #84A023: hue angle of 73.44º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84A023 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 35 -
CMYK 0.17 0 0.78 0.37
HSL 73.44º 0.64% 0.38% -
HSV(B) 73.44º 0.78% 0.63% -
XYZ 22.39 30.17 6.23 -
YUV 137.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 132 160 35 0.17 0 0.78 0.37 73.44 0.64 0.38
Hex 84 A0 23 11 0 4E 25 49 40 26
Octal 204 240 43 21 0 116 45 111 100 46
Binary 10000100 10100000 100011 10001 0 1001110 100101 1001001 1000000 100110

Color Harmonies of #84A023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A023

Black with #84A023

Text Example


Text Example

White with #84A023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A023; }

 p { color: rgb(132,160,35); }

 H1.HeaderClassName
 {
   color: #84A023;
 }
 .AnyTagClassName
 {
   color: #84A023;
 }
</style>

background-color css

<style>
 a { background-color: #84A023; }

 a { background-color: rgb(132,160,35); }

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

border-color css

<style>
 span { border-color: #84A023; }

 span { border-color: rgb(132,160,35); }

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