Html Css Color HEX #82B010 Lima

📋 copy color: '#82B010'

red 130 ◦ green 176 ◦ blue 16

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

Shades of Lima #82B010

Tints of Lima #82B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.66%

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

R = 40.37%
G = 54.66%
B = 4.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#82B010 (or 0x82B010) is known color: Lima. HEX triplet: 82, B0 and 10. RGB value is (130,176,16). Sum of RGB (Red+Green+Blue) = 130+176+16=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #82B010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B010 is #7D4FEF. Grayscale: #909090. Windows color (decimal): -8212464 or 1093762. OLE color: 1093762.

HSL color Cylindrical-coordinate representation of color #82B010: hue angle of 77.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82B010 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 16 -
CMYK 0.26 0 0.91 0.31
HSL 77.25º 0.83% 0.38% -
HSV(B) 77.25º 0.91% 0.69% -
XYZ 24.82 35.83 6.1 -
YUV 144.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 130 176 16 0.26 0 0.91 0.31 77.25 0.83 0.38
Hex 82 B0 10 1A 0 5B 1F 4D 53 26
Octal 202 260 20 32 0 133 37 115 123 46
Binary 10000010 10110000 10000 11010 0 1011011 11111 1001101 1010011 100110

Color Harmonies of #82B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B010

Black with #82B010

Text Example


Text Example

White with #82B010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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