Html Css Color HEX #83AC2B Limerick

📋 copy color: '#83AC2B'

red 131 ◦ green 172 ◦ blue 43

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

Shades of Limerick #83AC2B

Tints of Limerick #83AC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 37.86%
G = 49.71%
B = 12.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#83AC2B (or 0x83AC2B) is known color: Limerick. HEX triplet: 83, AC and 2B. RGB value is (131,172,43). Sum of RGB (Red+Green+Blue) = 131+172+43=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AC2B is #7C53D4. Grayscale: #919191. Windows color (decimal): -8147925 or 2862211. OLE color: 2862211.

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

Color convert

RGB 131 172 43 -
CMYK 0.24 0 0.75 0.33
HSL 79.07º 0.6% 0.42% -
HSV(B) 79.07º 0.75% 0.67% -
XYZ 24.55 34.5 7.65 -
YUV 145.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 131 172 43 0.24 0 0.75 0.33 79.07 0.6 0.42
Hex 83 AC 2B 18 0 4B 21 4F 3C 2A
Octal 203 254 53 30 0 113 41 117 74 52
Binary 10000011 10101100 101011 11000 0 1001011 100001 1001111 111100 101010

Color Harmonies of #83AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC2B

Black with #83AC2B

Text Example


Text Example

White with #83AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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