Html Css Color HEX #83B532 Limerick

📋 copy color: '#83B532'

red 131 ◦ green 181 ◦ blue 50

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

Shades of Limerick #83B532

Tints of Limerick #83B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 36.19%
G = 50%
B = 13.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#83B532 (or 0x83B532) is known color: Limerick. HEX triplet: 83, B5 and 32. RGB value is (131,181,50). Sum of RGB (Red+Green+Blue) = 131+181+50=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #83B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B532 is #7C4ACD. Grayscale: #979797. Windows color (decimal): -8145614 or 3323267. OLE color: 3323267.

HSL color Cylindrical-coordinate representation of color #83B532: hue angle of 82.9º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83B532 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 50 -
CMYK 0.28 0 0.72 0.29
HSL 82.9º 0.57% 0.45% -
HSV(B) 82.9º 0.72% 0.71% -
XYZ 26.46 38.1 8.98 -
YUV 151.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 131 181 50 0.28 0 0.72 0.29 82.9 0.57 0.45
Hex 83 B5 32 1C 0 48 1D 53 39 2D
Octal 203 265 62 34 0 110 35 123 71 55
Binary 10000011 10110101 110010 11100 0 1001000 11101 1010011 111001 101101

Color Harmonies of #83B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B532

Black with #83B532

Text Example


Text Example

White with #83B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,50); }

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

background-color css

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

 a { background-color: rgb(131,181,50); }

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

border-color css

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

 span { border-color: rgb(131,181,50); }

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