Html Css Color HEX #83B732 Limerick

📋 copy color: '#83B732'

red 131 ◦ green 183 ◦ blue 50

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

Shades of Limerick #83B732

Tints of Limerick #83B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.27%

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

R = 35.99%
G = 50.27%
B = 13.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#83B732 (or 0x83B732) is known color: Limerick. HEX triplet: 83, B7 and 32. RGB value is (131,183,50). Sum of RGB (Red+Green+Blue) = 131+183+50=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #83B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B732 is #7C48CD. Grayscale: #989898. Windows color (decimal): -8145102 or 3323779. OLE color: 3323779.

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

Color convert

RGB 131 183 50 -
CMYK 0.28 0 0.73 0.28
HSL 83.46º 0.57% 0.46% -
HSV(B) 83.46º 0.73% 0.72% -
XYZ 26.87 38.92 9.11 -
YUV 152.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 131 183 50 0.28 0 0.73 0.28 83.46 0.57 0.46
Hex 83 B7 32 1C 0 49 1C 53 39 2E
Octal 203 267 62 34 0 111 34 123 71 56
Binary 10000011 10110111 110010 11100 0 1001001 11100 1010011 111001 101110

Color Harmonies of #83B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B732

Black with #83B732

Text Example


Text Example

White with #83B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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