Html Css Color HEX #82BA38 Limerick

📋 copy color: '#82BA38'

red 130 ◦ green 186 ◦ blue 56

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

Shades of Limerick #82BA38

Tints of Limerick #82BA38

RGB

 RED value IS 130 (51.17% from 255) = 34.95%

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

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

R = 34.95%
G = 50%
B = 15.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#82BA38 (or 0x82BA38) is known color: Limerick. HEX triplet: 82, BA and 38. RGB value is (130,186,56). Sum of RGB (Red+Green+Blue) = 130+186+56=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA38 is #7D45C7. Grayscale: #9A9A9A. Windows color (decimal): -8209864 or 3717762. OLE color: 3717762.

HSL color Cylindrical-coordinate representation of color #82BA38: hue angle of 85.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82BA38 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 56 -
CMYK 0.30 0 0.70 0.27
HSL 85.85º 0.54% 0.47% -
HSV(B) 85.85º 0.7% 0.73% -
XYZ 27.48 40.15 10.04 -
YUV 154.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 130 186 56 0.30 0 0.70 0.27 85.85 0.54 0.47
Hex 82 BA 38 1E 0 46 1B 56 36 2F
Octal 202 272 70 36 0 106 33 126 66 57
Binary 10000010 10111010 111000 11110 0 1000110 11011 1010110 110110 101111

Color Harmonies of #82BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA38

Black with #82BA38

Text Example


Text Example

White with #82BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BA38; }

 p { color: rgb(130,186,56); }

 H1.HeaderClassName
 {
   color: #82BA38;
 }
 .AnyTagClassName
 {
   color: #82BA38;
 }
</style>

background-color css

<style>
 a { background-color: #82BA38; }

 a { background-color: rgb(130,186,56); }

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

border-color css

<style>
 span { border-color: #82BA38; }

 span { border-color: rgb(130,186,56); }

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