Html Css Color HEX #82B833 Limerick

📋 copy color: '#82B833'

red 130 ◦ green 184 ◦ blue 51

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

Shades of Limerick #82B833

Tints of Limerick #82B833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 35.62%
G = 50.41%
B = 13.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#82B833 (or 0x82B833) is known color: Limerick. HEX triplet: 82, B8 and 33. RGB value is (130,184,51). Sum of RGB (Red+Green+Blue) = 130+184+51=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #82B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B833 is #7D47CC. Grayscale: #999999. Windows color (decimal): -8210381 or 3389570. OLE color: 3389570.

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

Color convert

RGB 130 184 51 -
CMYK 0.29 0 0.72 0.28
HSL 84.36º 0.57% 0.46% -
HSV(B) 84.36º 0.72% 0.72% -
XYZ 26.94 39.27 9.29 -
YUV 152.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 130 184 51 0.29 0 0.72 0.28 84.36 0.57 0.46
Hex 82 B8 33 1D 0 48 1C 54 39 2E
Octal 202 270 63 35 0 110 34 124 71 56
Binary 10000010 10111000 110011 11101 0 1001000 11100 1010100 111001 101110

Color Harmonies of #82B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B833

Black with #82B833

Text Example


Text Example

White with #82B833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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