Html Css Color HEX #82B82C Limerick

📋 copy color: '#82B82C'

red 130 ◦ green 184 ◦ blue 44

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

Shades of Limerick #82B82C

Tints of Limerick #82B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.4%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 36.31%
G = 51.4%
B = 12.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#82B82C (or 0x82B82C) is known color: Limerick. HEX triplet: 82, B8 and 2C. RGB value is (130,184,44). Sum of RGB (Red+Green+Blue) = 130+184+44=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #82B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B82C is #7D47D3. Grayscale: #989898. Windows color (decimal): -8210388 or 2930818. OLE color: 2930818.

HSL color Cylindrical-coordinate representation of color #82B82C: hue angle of 83.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82B82C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 44 -
CMYK 0.29 0 0.76 0.28
HSL 83.14º 0.61% 0.45% -
HSV(B) 83.14º 0.76% 0.72% -
XYZ 26.8 39.21 8.54 -
YUV 151.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 130 184 44 0.29 0 0.76 0.28 83.14 0.61 0.45
Hex 82 B8 2C 1D 0 4C 1C 53 3D 2D
Octal 202 270 54 35 0 114 34 123 75 55
Binary 10000010 10111000 101100 11101 0 1001100 11100 1010011 111101 101101

Color Harmonies of #82B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B82C

Black with #82B82C

Text Example


Text Example

White with #82B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,44); }

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

background-color css

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

 a { background-color: rgb(130,184,44); }

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

border-color css

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

 span { border-color: rgb(130,184,44); }

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