Html Css Color HEX #82B338 Limerick

📋 copy color: '#82B338'

red 130 ◦ green 179 ◦ blue 56

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

Shades of Limerick #82B338

Tints of Limerick #82B338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.04%

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

R = 35.62%
G = 49.04%
B = 15.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#82B338 (or 0x82B338) is known color: Limerick. HEX triplet: 82, B3 and 38. RGB value is (130,179,56). Sum of RGB (Red+Green+Blue) = 130+179+56=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #82B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B338 is #7D4CC7. Grayscale: #969696. Windows color (decimal): -8211656 or 3715970. OLE color: 3715970.

HSL color Cylindrical-coordinate representation of color #82B338: hue angle of 83.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82B338 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 179 56 -
CMYK 0.27 0 0.69 0.30
HSL 83.9º 0.52% 0.46% -
HSV(B) 83.9º 0.69% 0.7% -
XYZ 26.04 37.27 9.56 -
YUV 150.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 130 179 56 0.27 0 0.69 0.30 83.9 0.52 0.46
Hex 82 B3 38 1B 0 45 1E 54 34 2E
Octal 202 263 70 33 0 105 36 124 64 56
Binary 10000010 10110011 111000 11011 0 1000101 11110 1010100 110100 101110

Color Harmonies of #82B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B338

Black with #82B338

Text Example


Text Example

White with #82B338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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