Html Css Color HEX #82AD1B Lima

📋 copy color: '#82AD1B'

red 130 ◦ green 173 ◦ blue 27

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

Shades of Lima #82AD1B

Tints of Lima #82AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.42%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 39.39%
G = 52.42%
B = 8.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#82AD1B (or 0x82AD1B) is known color: Lima. HEX triplet: 82, AD and 1B. RGB value is (130,173,27). Sum of RGB (Red+Green+Blue) = 130+173+27=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD1B is #7D52E4. Grayscale: #909090. Windows color (decimal): -8213221 or 1813890. OLE color: 1813890.

HSL color Cylindrical-coordinate representation of color #82AD1B: hue angle of 77.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82AD1B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 27 -
CMYK 0.25 0 0.84 0.32
HSL 77.67º 0.73% 0.39% -
HSV(B) 77.67º 0.84% 0.68% -
XYZ 24.35 34.71 6.45 -
YUV 143.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 130 173 27 0.25 0 0.84 0.32 77.67 0.73 0.39
Hex 82 AD 1B 19 0 54 20 4E 49 27
Octal 202 255 33 31 0 124 40 116 111 47
Binary 10000010 10101101 11011 11001 0 1010100 100000 1001110 1001001 100111

Color Harmonies of #82AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD1B

Black with #82AD1B

Text Example


Text Example

White with #82AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,27); }

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

background-color css

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

 a { background-color: rgb(130,173,27); }

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

border-color css

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

 span { border-color: rgb(130,173,27); }

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