Html Css Color HEX #82AB23 Limerick

📋 copy color: '#82AB23'

red 130 ◦ green 171 ◦ blue 35

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

Shades of Limerick #82AB23

Tints of Limerick #82AB23

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 value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#82AB23 (or 0x82AB23) is known color: 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

RGB 130 171 35 -
CMYK 0.24 0 0.80 0.33
HSL 78.09º 0.66% 0.4% -
HSV(B) 78.09º 0.8% 0.67% -
XYZ 24.07 33.99 6.88 -
YUV 143.24 66.92 118.56 -
System Red Green Blue C M Y K H S L
Decimal 130 171 35 0.24 0 0.80 0.33 78.09 0.66 0.4
Hex 82 AB 23 18 0 50 21 4E 42 28
Octal 202 253 43 30 0 120 41 116 102 50
Binary 10000010 10101011 100011 11000 0 1010000 100001 1001110 1000010 101000

Color Harmonies of #82AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB23

Black with #82AB23

Text Example


Text Example

White with #82AB23

Text Example


Text Example

HTML Codes & Css Web 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>