Html Css Color HEX #83B93D Limerick

📋 copy color: '#83B93D'

red 131 ◦ green 185 ◦ blue 61

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

Shades of Limerick #83B93D

Tints of Limerick #83B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 34.75%
G = 49.07%
B = 16.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#83B93D (or 0x83B93D) is known color: Limerick. HEX triplet: 83, B9 and 3D. RGB value is (131,185,61). Sum of RGB (Red+Green+Blue) = 131+185+61=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #83B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B93D is #7C46C2. Grayscale: #9B9B9B. Windows color (decimal): -8144579 or 4045187. OLE color: 4045187.

HSL color Cylindrical-coordinate representation of color #83B93D: hue angle of 86.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83B93D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 61 -
CMYK 0.29 0 0.67 0.27
HSL 86.13º 0.5% 0.48% -
HSV(B) 86.13º 0.67% 0.73% -
XYZ 27.55 39.86 10.66 -
YUV 154.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 131 185 61 0.29 0 0.67 0.27 86.13 0.5 0.48
Hex 83 B9 3D 1D 0 43 1B 56 32 30
Octal 203 271 75 35 0 103 33 126 62 60
Binary 10000011 10111001 111101 11101 0 1000011 11011 1010110 110010 110000

Color Harmonies of #83B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B93D

Black with #83B93D

Text Example


Text Example

White with #83B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,61); }

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

background-color css

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

 a { background-color: rgb(131,185,61); }

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

border-color css

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

 span { border-color: rgb(131,185,61); }

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