Html Css Color HEX #82B06E Amulet

📋 copy color: '#82B06E'

red 130 ◦ green 176 ◦ blue 110

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

Shades of Amulet #82B06E

Tints of Amulet #82B06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 31.25%
G = 42.31%
B = 26.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#82B06E (or 0x82B06E) is known color: Amulet. HEX triplet: 82, B0 and 6E. RGB value is (130,176,110). Sum of RGB (Red+Green+Blue) = 130+176+110=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #82B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B06E is #7D4F91. Grayscale: #9A9A9A. Windows color (decimal): -8212370 or 7254146. OLE color: 7254146.

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

Color convert

RGB 130 176 110 -
CMYK 0.26 0 0.37 0.31
HSL 101.82º 0.29% 0.56% -
HSV(B) 101.82º 0.38% 0.69% -
XYZ 27.55 36.92 20.43 -
YUV 154.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 130 176 110 0.26 0 0.37 0.31 101.82 0.29 0.56
Hex 82 B0 6E 1A 0 25 1F 66 1D 38
Octal 202 260 156 32 0 45 37 146 35 70
Binary 10000010 10110000 1101110 11010 0 100101 11111 1100110 11101 111000

Color Harmonies of #82B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B06E

Black with #82B06E

Text Example


Text Example

White with #82B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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