Html Css Color HEX #82B06C Amulet

📋 copy color: '#82B06C'

red 130 ◦ green 176 ◦ blue 108

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

Shades of Amulet #82B06C

Tints of Amulet #82B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 31.4%
G = 42.51%
B = 26.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#82B06C (or 0x82B06C) is known color: Amulet. HEX triplet: 82, B0 and 6C. RGB value is (130,176,108). Sum of RGB (Red+Green+Blue) = 130+176+108=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #82B06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B06C is #7D4F93. Grayscale: #9A9A9A. Windows color (decimal): -8212372 or 7123074. OLE color: 7123074.

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

Color convert

RGB 130 176 108 -
CMYK 0.26 0 0.39 0.31
HSL 100.59º 0.3% 0.56% -
HSV(B) 100.59º 0.39% 0.69% -
XYZ 27.44 36.88 19.86 -
YUV 154.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 130 176 108 0.26 0 0.39 0.31 100.59 0.3 0.56
Hex 82 B0 6C 1A 0 27 1F 65 1E 38
Octal 202 260 154 32 0 47 37 145 36 70
Binary 10000010 10110000 1101100 11010 0 100111 11111 1100101 11110 111000

Color Harmonies of #82B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B06C

Black with #82B06C

Text Example


Text Example

White with #82B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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