Html Css Color HEX #83AD35 Limerick

📋 copy color: '#83AD35'

red 131 ◦ green 173 ◦ blue 53

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

Shades of Limerick #83AD35

Tints of Limerick #83AD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 36.69%
G = 48.46%
B = 14.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#83AD35 (or 0x83AD35) is known color: Limerick. HEX triplet: 83, AD and 35. RGB value is (131,173,53). Sum of RGB (Red+Green+Blue) = 131+173+53=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD35 is #7C52CA. Grayscale: #939393. Windows color (decimal): -8147659 or 3517827. OLE color: 3517827.

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

Color convert

RGB 131 173 53 -
CMYK 0.24 0 0.69 0.32
HSL 81º 0.53% 0.44% -
HSV(B) 81º 0.69% 0.68% -
XYZ 24.95 34.97 8.8 -
YUV 146.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 131 173 53 0.24 0 0.69 0.32 81 0.53 0.44
Hex 83 AD 35 18 0 45 20 51 35 2C
Octal 203 255 65 30 0 105 40 121 65 54
Binary 10000011 10101101 110101 11000 0 1000101 100000 1010001 110101 101100

Color Harmonies of #83AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD35

Black with #83AD35

Text Example


Text Example

White with #83AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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