Html Css Color HEX #83BA2E Limerick

📋 copy color: '#83BA2E'

red 131 ◦ green 186 ◦ blue 46

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

Shades of Limerick #83BA2E

Tints of Limerick #83BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 36.09%
G = 51.24%
B = 12.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#83BA2E (or 0x83BA2E) is known color: Limerick. HEX triplet: 83, BA and 2E. RGB value is (131,186,46). Sum of RGB (Red+Green+Blue) = 131+186+46=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA2E is #7C45D1. Grayscale: #9A9A9A. Windows color (decimal): -8144338 or 3062403. OLE color: 3062403.

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

Color convert

RGB 131 186 46 -
CMYK 0.30 0 0.75 0.27
HSL 83.57º 0.6% 0.45% -
HSV(B) 83.57º 0.75% 0.73% -
XYZ 27.41 40.14 8.89 -
YUV 153.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 131 186 46 0.30 0 0.75 0.27 83.57 0.6 0.45
Hex 83 BA 2E 1E 0 4B 1B 54 3C 2D
Octal 203 272 56 36 0 113 33 124 74 55
Binary 10000011 10111010 101110 11110 0 1001011 11011 1010100 111100 101101

Color Harmonies of #83BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA2E

Black with #83BA2E

Text Example


Text Example

White with #83BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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