#82ab23

Color #82AB23 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #82AB23

Tints of Limerick #82AB23

Color information

#82AB23 (or 0x82AB23) is unknown color: approx Limerick. HEX triplet: 82, AB and 23. RGB value is (130,171,35). Sum of RGB (Red+Green+Blue) = 130+171+35=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB23 is #7D54DC. Grayscale: #8F8F8F. Windows color (decimal): -8213725 or 2337666. OLE color: 2337666.

HSL color Cylindrical-coordinate representation of color #82AB23: hue angle of 78.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82AB23 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB13017135-
CMYK0.2400.800.33
HSL78.09º66.02%40.39%-
HSV(B)78.09º79.53%67.06%-
XYZ24.0733.996.88-
YUV143.2466.92118.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 35 (14.06% from 255) = 10.42%
R=38.69%
G=50.89%
B=10.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171350.2400.800.3378.0966.0240.39
Hex82AB2318050214e4228
Octal202253433001204111610250
Binary1000001010101011100011110000101000010000110011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ab23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,35); }

 H1.HeaderClassName
 {
   color: #82ab23;
 }
 .AnyTagClassName
 {
   color: #82ab23;
 }
</style>
background-color css

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

 a { background-color: rgb(130,171,35); }

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

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

 span { border-color: rgb(130,171,35); }

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