Html Css Color HEX #82B93D Limerick

📋 copy color: '#82B93D'

red 130 ◦ green 185 ◦ blue 61

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

Shades of Limerick #82B93D

Tints of Limerick #82B93D

RGB

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

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

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

R = 34.57%
G = 49.2%
B = 16.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#82B93D (or 0x82B93D) is known color: Limerick. HEX triplet: 82, B9 and 3D. RGB value is (130,185,61). Sum of RGB (Red+Green+Blue) = 130+185+61=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #82B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B93D is #7D46C2. Grayscale: #9A9A9A. Windows color (decimal): -8210115 or 4045186. OLE color: 4045186.

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

Color convert

RGB 130 185 61 -
CMYK 0.30 0 0.67 0.27
HSL 86.61º 0.5% 0.48% -
HSV(B) 86.61º 0.67% 0.73% -
XYZ 27.4 39.78 10.65 -
YUV 154.42 75.28 110.58 -
System Red Green Blue C M Y K H S L
Decimal 130 185 61 0.30 0 0.67 0.27 86.61 0.5 0.48
Hex 82 B9 3D 1E 0 43 1B 57 32 30
Octal 202 271 75 36 0 103 33 127 62 60
Binary 10000010 10111001 111101 11110 0 1000011 11011 1010111 110010 110000

Color Harmonies of #82B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B93D

Black with #82B93D

Text Example


Text Example

White with #82B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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