Html Css Color HEX #82B706 Lima

📋 copy color: '#82B706'

red 130 ◦ green 183 ◦ blue 6

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

Shades of Lima #82B706

Tints of Lima #82B706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.37%

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 40.75%
G = 57.37%
B = 1.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#82B706 (or 0x82B706) is known color: Lima. HEX triplet: 82, B7 and 06. RGB value is (130,183,6). Sum of RGB (Red+Green+Blue) = 130+183+6=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #82B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B706 is #7D48F9. Grayscale: #939393. Windows color (decimal): -8210682 or 440194. OLE color: 440194.

HSL color Cylindrical-coordinate representation of color #82B706: hue angle of 77.97º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82B706 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 6 -
CMYK 0.29 0 0.97 0.28
HSL 77.97º 0.94% 0.37% -
HSV(B) 77.97º 0.97% 0.72% -
XYZ 26.17 38.63 6.25 -
YUV 146.98 48.44 115.89 -
System Red Green Blue C M Y K H S L
Decimal 130 183 6 0.29 0 0.97 0.28 77.97 0.94 0.37
Hex 82 B7 6 1D 0 61 1C 4E 5E 25
Octal 202 267 6 35 0 141 34 116 136 45
Binary 10000010 10110111 110 11101 0 1100001 11100 1001110 1011110 100101

Color Harmonies of #82B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B706

Black with #82B706

Text Example


Text Example

White with #82B706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,6); }

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

background-color css

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

 a { background-color: rgb(130,183,6); }

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

border-color css

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

 span { border-color: rgb(130,183,6); }

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