Html Css Color HEX #82B512 Lima

📋 copy color: '#82B512'

red 130 ◦ green 181 ◦ blue 18

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

Shades of Lima #82B512

Tints of Lima #82B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.02%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 39.51%
G = 55.02%
B = 5.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#82B512 (or 0x82B512) is known color: Lima. HEX triplet: 82, B5 and 12. RGB value is (130,181,18). Sum of RGB (Red+Green+Blue) = 130+181+18=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #82B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B512 is #7D4AED. Grayscale: #939393. Windows color (decimal): -8211182 or 1226114. OLE color: 1226114.

HSL color Cylindrical-coordinate representation of color #82B512: hue angle of 78.77º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82B512 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 181 18 -
CMYK 0.28 0 0.90 0.29
HSL 78.77º 0.82% 0.39% -
HSV(B) 78.77º 0.9% 0.71% -
XYZ 25.84 37.84 6.51 -
YUV 147.17 55.1 115.75 -
System Red Green Blue C M Y K H S L
Decimal 130 181 18 0.28 0 0.90 0.29 78.77 0.82 0.39
Hex 82 B5 12 1C 0 5A 1D 4F 52 27
Octal 202 265 22 34 0 132 35 117 122 47
Binary 10000010 10110101 10010 11100 0 1011010 11101 1001111 1010010 100111

Color Harmonies of #82B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B512

Black with #82B512

Text Example


Text Example

White with #82B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,181,18); }

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

background-color css

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

 a { background-color: rgb(130,181,18); }

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

border-color css

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

 span { border-color: rgb(130,181,18); }

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