Html Css Color HEX #83B93F Limerick

📋 copy color: '#83B93F'

red 131 ◦ green 185 ◦ blue 63

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

Shades of Limerick #83B93F

Tints of Limerick #83B93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 34.56%
G = 48.81%
B = 16.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#83B93F (or 0x83B93F) is known color: Limerick. HEX triplet: 83, B9 and 3F. RGB value is (131,185,63). Sum of RGB (Red+Green+Blue) = 131+185+63=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #83B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B93F is #7C46C0. Grayscale: #9B9B9B. Windows color (decimal): -8144577 or 4176259. OLE color: 4176259.

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

Color convert

RGB 131 185 63 -
CMYK 0.29 0 0.66 0.27
HSL 86.56º 0.49% 0.49% -
HSV(B) 86.56º 0.66% 0.73% -
XYZ 27.61 39.88 10.95 -
YUV 154.95 76.11 110.92 -
System Red Green Blue C M Y K H S L
Decimal 131 185 63 0.29 0 0.66 0.27 86.56 0.49 0.49
Hex 83 B9 3F 1D 0 42 1B 57 31 31
Octal 203 271 77 35 0 102 33 127 61 61
Binary 10000011 10111001 111111 11101 0 1000010 11011 1010111 110001 110001

Color Harmonies of #83B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B93F

Black with #83B93F

Text Example


Text Example

White with #83B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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