Html Css Color HEX #83BA32 Limerick

📋 copy color: '#83BA32'

red 131 ◦ green 186 ◦ blue 50

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

Shades of Limerick #83BA32

Tints of Limerick #83BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 35.69%
G = 50.68%
B = 13.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#83BA32 (or 0x83BA32) is known color: Limerick. HEX triplet: 83, BA and 32. RGB value is (131,186,50). Sum of RGB (Red+Green+Blue) = 131+186+50=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA32 is #7C45CD. Grayscale: #9A9A9A. Windows color (decimal): -8144334 or 3324547. OLE color: 3324547.

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

Color convert

RGB 131 186 50 -
CMYK 0.30 0 0.73 0.27
HSL 84.26º 0.58% 0.46% -
HSV(B) 84.26º 0.73% 0.73% -
XYZ 27.49 40.17 9.32 -
YUV 154.05 69.28 111.56 -
System Red Green Blue C M Y K H S L
Decimal 131 186 50 0.30 0 0.73 0.27 84.26 0.58 0.46
Hex 83 BA 32 1E 0 49 1B 54 3A 2E
Octal 203 272 62 36 0 111 33 124 72 56
Binary 10000011 10111010 110010 11110 0 1001001 11011 1010100 111010 101110

Color Harmonies of #83BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA32

Black with #83BA32

Text Example


Text Example

White with #83BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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