Html Css Color HEX #82B478 Amulet

📋 copy color: '#82B478'

red 130 ◦ green 180 ◦ blue 120

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

Shades of Amulet #82B478

Tints of Amulet #82B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 30.23%
G = 41.86%
B = 27.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#82B478 (or 0x82B478) is known color: Amulet. HEX triplet: 82, B4 and 78. RGB value is (130,180,120). Sum of RGB (Red+Green+Blue) = 130+180+120=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #82B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B478 is #7D4B87. Grayscale: #9E9E9E. Windows color (decimal): -8211336 or 7910530. OLE color: 7910530.

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

Color convert

RGB 130 180 120 -
CMYK 0.28 0 0.33 0.29
HSL 110º 0.29% 0.59% -
HSV(B) 110º 0.33% 0.71% -
XYZ 28.92 38.74 23.72 -
YUV 158.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 130 180 120 0.28 0 0.33 0.29 110 0.29 0.59
Hex 82 B4 78 1C 0 21 1D 6E 1D 3B
Octal 202 264 170 34 0 41 35 156 35 73
Binary 10000010 10110100 1111000 11100 0 100001 11101 1101110 11101 111011

Color Harmonies of #82B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B478

Black with #82B478

Text Example


Text Example

White with #82B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,120); }

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

background-color css

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

 a { background-color: rgb(130,180,120); }

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

border-color css

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

 span { border-color: rgb(130,180,120); }

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