Html Css Color HEX #82B510 Lima

📋 copy color: '#82B510'

red 130 ◦ green 181 ◦ blue 16

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

Shades of Lima #82B510

Tints of Lima #82B510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 39.76%
G = 55.35%
B = 4.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#82B510 (or 0x82B510) is known color: Lima. HEX triplet: 82, B5 and 10. RGB value is (130,181,16). Sum of RGB (Red+Green+Blue) = 130+181+16=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #82B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B510 is #7D4AEF. Grayscale: #939393. Windows color (decimal): -8211184 or 1095042. OLE color: 1095042.

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

Color convert

RGB 130 181 16 -
CMYK 0.28 0 0.91 0.29
HSL 78.55º 0.84% 0.39% -
HSV(B) 78.55º 0.91% 0.71% -
XYZ 25.82 37.83 6.43 -
YUV 146.94 54.1 115.92 -
System Red Green Blue C M Y K H S L
Decimal 130 181 16 0.28 0 0.91 0.29 78.55 0.84 0.39
Hex 82 B5 10 1C 0 5B 1D 4F 54 27
Octal 202 265 20 34 0 133 35 117 124 47
Binary 10000010 10110101 10000 11100 0 1011011 11101 1001111 1010100 100111

Color Harmonies of #82B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B510

Black with #82B510

Text Example


Text Example

White with #82B510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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