Html Css Color HEX #83AC2A Limerick

📋 copy color: '#83AC2A'

red 131 ◦ green 172 ◦ blue 42

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

Shades of Limerick #83AC2A

Tints of Limerick #83AC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.86%

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

R = 37.97%
G = 49.86%
B = 12.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#83AC2A (or 0x83AC2A) is known color: Limerick. HEX triplet: 83, AC and 2A. RGB value is (131,172,42). Sum of RGB (Red+Green+Blue) = 131+172+42=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AC2A is #7C53D5. Grayscale: #919191. Windows color (decimal): -8147926 or 2796675. OLE color: 2796675.

HSL color Cylindrical-coordinate representation of color #83AC2A: hue angle of 78.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83AC2A is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 42 -
CMYK 0.24 0 0.76 0.33
HSL 78.92º 0.61% 0.42% -
HSV(B) 78.92º 0.76% 0.67% -
XYZ 24.53 34.5 7.56 -
YUV 144.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 131 172 42 0.24 0 0.76 0.33 78.92 0.61 0.42
Hex 83 AC 2A 18 0 4C 21 4F 3D 2A
Octal 203 254 52 30 0 114 41 117 75 52
Binary 10000011 10101100 101010 11000 0 1001100 100001 1001111 111101 101010

Color Harmonies of #83AC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC2A

Black with #83AC2A

Text Example


Text Example

White with #83AC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,42); }

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

background-color css

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

 a { background-color: rgb(131,172,42); }

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

border-color css

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

 span { border-color: rgb(131,172,42); }

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