Html Css Color HEX #83BA3F Limerick

📋 copy color: '#83BA3F'

red 131 ◦ green 186 ◦ blue 63

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

Shades of Limerick #83BA3F

Tints of Limerick #83BA3F

RGB

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

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

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

R = 34.47%
G = 48.95%
B = 16.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#83BA3F (or 0x83BA3F) is known color: Limerick. HEX triplet: 83, BA and 3F. RGB value is (131,186,63). Sum of RGB (Red+Green+Blue) = 131+186+63=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA3F is #7C45C0. Grayscale: #9B9B9B. Windows color (decimal): -8144321 or 4176515. OLE color: 4176515.

HSL color Cylindrical-coordinate representation of color #83BA3F: hue angle of 86.83º 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 #83BA3F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 63 -
CMYK 0.30 0 0.66 0.27
HSL 86.83º 0.49% 0.49% -
HSV(B) 86.83º 0.66% 0.73% -
XYZ 27.82 40.3 11.02 -
YUV 155.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 131 186 63 0.30 0 0.66 0.27 86.83 0.49 0.49
Hex 83 BA 3F 1E 0 42 1B 57 31 31
Octal 203 272 77 36 0 102 33 127 61 61
Binary 10000011 10111010 111111 11110 0 1000010 11011 1010111 110001 110001

Color Harmonies of #83BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA3F

Black with #83BA3F

Text Example


Text Example

White with #83BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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