Html Css Color HEX #83AD2B Limerick

📋 copy color: '#83AD2B'

red 131 ◦ green 173 ◦ blue 43

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

Shades of Limerick #83AD2B

Tints of Limerick #83AD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 37.75%
G = 49.86%
B = 12.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#83AD2B (or 0x83AD2B) is known color: Limerick. HEX triplet: 83, AD and 2B. RGB value is (131,173,43). Sum of RGB (Red+Green+Blue) = 131+173+43=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD2B is #7C52D4. Grayscale: #929292. Windows color (decimal): -8147669 or 2862467. OLE color: 2862467.

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

Color convert

RGB 131 173 43 -
CMYK 0.24 0 0.75 0.32
HSL 79.38º 0.6% 0.42% -
HSV(B) 79.38º 0.75% 0.68% -
XYZ 24.74 34.89 7.72 -
YUV 145.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 131 173 43 0.24 0 0.75 0.32 79.38 0.6 0.42
Hex 83 AD 2B 18 0 4B 20 4F 3C 2A
Octal 203 255 53 30 0 113 40 117 74 52
Binary 10000011 10101101 101011 11000 0 1001011 100000 1001111 111100 101010

Color Harmonies of #83AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD2B

Black with #83AD2B

Text Example


Text Example

White with #83AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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