Html Css Color HEX #82B230 Limerick

📋 copy color: '#82B230'

red 130 ◦ green 178 ◦ blue 48

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

Shades of Limerick #82B230

Tints of Limerick #82B230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 36.52%
G = 50%
B = 13.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#82B230 (or 0x82B230) is known color: Limerick. HEX triplet: 82, B2 and 30. RGB value is (130,178,48). Sum of RGB (Red+Green+Blue) = 130+178+48=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #82B230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B230 is #7D4DCF. Grayscale: #959595. Windows color (decimal): -8211920 or 3191426. OLE color: 3191426.

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

Color convert

RGB 130 178 48 -
CMYK 0.27 0 0.73 0.30
HSL 82.15º 0.58% 0.44% -
HSV(B) 82.15º 0.73% 0.7% -
XYZ 25.66 36.8 8.55 -
YUV 148.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 130 178 48 0.27 0 0.73 0.30 82.15 0.58 0.44
Hex 82 B2 30 1B 0 49 1E 52 3A 2C
Octal 202 262 60 33 0 111 36 122 72 54
Binary 10000010 10110010 110000 11011 0 1001001 11110 1010010 111010 101100

Color Harmonies of #82B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B230

Black with #82B230

Text Example


Text Example

White with #82B230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,178,48); }

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

background-color css

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

 a { background-color: rgb(130,178,48); }

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

border-color css

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

 span { border-color: rgb(130,178,48); }

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