Html Css Color HEX #82B333 Limerick

📋 copy color: '#82B333'

red 130 ◦ green 179 ◦ blue 51

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

Shades of Limerick #82B333

Tints of Limerick #82B333

RGB

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

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

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

R = 36.11%
G = 49.72%
B = 14.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#82B333 (or 0x82B333) is known color: Limerick. HEX triplet: 82, B3 and 33. RGB value is (130,179,51). Sum of RGB (Red+Green+Blue) = 130+179+51=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #82B333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B333 is #7D4CCC. Grayscale: #969696. Windows color (decimal): -8211661 or 3388290. OLE color: 3388290.

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

Color convert

RGB 130 179 51 -
CMYK 0.27 0 0.72 0.30
HSL 82.97º 0.56% 0.45% -
HSV(B) 82.97º 0.72% 0.7% -
XYZ 25.92 37.23 8.95 -
YUV 149.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 130 179 51 0.27 0 0.72 0.30 82.97 0.56 0.45
Hex 82 B3 33 1B 0 48 1E 53 38 2D
Octal 202 263 63 33 0 110 36 123 70 55
Binary 10000010 10110011 110011 11011 0 1001000 11110 1010011 111000 101101

Color Harmonies of #82B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B333

Black with #82B333

Text Example


Text Example

White with #82B333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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