Html Css Color HEX #83BC38 Limerick

📋 copy color: '#83BC38'

red 131 ◦ green 188 ◦ blue 56

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

Shades of Limerick #83BC38

Tints of Limerick #83BC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 34.93%
G = 50.13%
B = 14.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#83BC38 (or 0x83BC38) is known color: Limerick. HEX triplet: 83, BC and 38. RGB value is (131,188,56). Sum of RGB (Red+Green+Blue) = 131+188+56=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC38 is #7C43C7. Grayscale: #9C9C9C. Windows color (decimal): -8143816 or 3718275. OLE color: 3718275.

HSL color Cylindrical-coordinate representation of color #83BC38: hue angle of 85.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83BC38 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 56 -
CMYK 0.30 0 0.70 0.26
HSL 85.91º 0.54% 0.48% -
HSV(B) 85.91º 0.7% 0.74% -
XYZ 28.06 41.08 10.19 -
YUV 155.91 71.62 110.23 -
System Red Green Blue C M Y K H S L
Decimal 131 188 56 0.30 0 0.70 0.26 85.91 0.54 0.48
Hex 83 BC 38 1E 0 46 1A 56 36 30
Octal 203 274 70 36 0 106 32 126 66 60
Binary 10000011 10111100 111000 11110 0 1000110 11010 1010110 110110 110000

Color Harmonies of #83BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC38

Black with #83BC38

Text Example


Text Example

White with #83BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,56); }

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

background-color css

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

 a { background-color: rgb(131,188,56); }

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

border-color css

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

 span { border-color: rgb(131,188,56); }

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