Html Css Color HEX #83A224 Limerick

📋 copy color: '#83A224'

red 131 ◦ green 162 ◦ blue 36

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

Shades of Limerick #83A224

Tints of Limerick #83A224

RGB

 RED value IS 131 (51.56% from 255) = 39.82%

 GREEN value IS 162 (63.67% from 255) = 49.24%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 39.82%
G = 49.24%
B = 10.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#83A224 (or 0x83A224) is known color: Limerick. HEX triplet: 83, A2 and 24. RGB value is (131,162,36). Sum of RGB (Red+Green+Blue) = 131+162+36=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #83A224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A224 is #7C5DDB. Grayscale: #8A8A8A. Windows color (decimal): -8150492 or 2400899. OLE color: 2400899.

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

Color convert

RGB 131 162 36 -
CMYK 0.19 0 0.78 0.36
HSL 74.76º 0.64% 0.39% -
HSV(B) 74.76º 0.78% 0.64% -
XYZ 22.6 30.79 6.42 -
YUV 138.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 131 162 36 0.19 0 0.78 0.36 74.76 0.64 0.39
Hex 83 A2 24 13 0 4E 24 4B 40 27
Octal 203 242 44 23 0 116 44 113 100 47
Binary 10000011 10100010 100100 10011 0 1001110 100100 1001011 1000000 100111

Color Harmonies of #83A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A224

Black with #83A224

Text Example


Text Example

White with #83A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A224; }

 p { color: rgb(131,162,36); }

 H1.HeaderClassName
 {
   color: #83A224;
 }
 .AnyTagClassName
 {
   color: #83A224;
 }
</style>

background-color css

<style>
 a { background-color: #83A224; }

 a { background-color: rgb(131,162,36); }

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

border-color css

<style>
 span { border-color: #83A224; }

 span { border-color: rgb(131,162,36); }

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