Html Css Color HEX #82AB0B Lima

📋 copy color: '#82AB0B'

red 130 ◦ green 171 ◦ blue 11

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

Shades of Lima #82AB0B

Tints of Lima #82AB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.81%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 41.67%
G = 54.81%
B = 3.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#82AB0B (or 0x82AB0B) is known color: Lima. HEX triplet: 82, AB and 0B. RGB value is (130,171,11). Sum of RGB (Red+Green+Blue) = 130+171+11=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB0B is #7D54F4. Grayscale: #8D8D8D. Windows color (decimal): -8213749 or 764802. OLE color: 764802.

HSL color Cylindrical-coordinate representation of color #82AB0B: hue angle of 75.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82AB0B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 11 -
CMYK 0.24 0 0.94 0.33
HSL 75.38º 0.88% 0.36% -
HSV(B) 75.38º 0.94% 0.67% -
XYZ 23.83 33.9 5.6 -
YUV 140.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 130 171 11 0.24 0 0.94 0.33 75.38 0.88 0.36
Hex 82 AB B 18 0 5E 21 4B 58 24
Octal 202 253 13 30 0 136 41 113 130 44
Binary 10000010 10101011 1011 11000 0 1011110 100001 1001011 1011000 100100

Color Harmonies of #82AB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB0B

Black with #82AB0B

Text Example


Text Example

White with #82AB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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