Html Css Color HEX #84B275 Amulet

📋 copy color: '#84B275'

red 132 ◦ green 178 ◦ blue 117

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

Shades of Amulet #84B275

Tints of Amulet #84B275

RGB

 RED value IS 132 (51.95% from 255) = 30.91%

 GREEN value IS 178 (69.92% from 255) = 41.69%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 30.91%
G = 41.69%
B = 27.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#84B275 (or 0x84B275) is known color: Amulet. HEX triplet: 84, B2 and 75. RGB value is (132,178,117). Sum of RGB (Red+Green+Blue) = 132+178+117=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #84B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B275 is #7B4D8A. Grayscale: #9D9D9D. Windows color (decimal): -8080779 or 7713412. OLE color: 7713412.

HSL color Cylindrical-coordinate representation of color #84B275: hue angle of 105.25º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84B275 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 178 117 -
CMYK 0.26 0 0.34 0.30
HSL 105.25º 0.28% 0.58% -
HSV(B) 105.25º 0.34% 0.7% -
XYZ 28.65 38.03 22.66 -
YUV 157.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 132 178 117 0.26 0 0.34 0.30 105.25 0.28 0.58
Hex 84 B2 75 1A 0 22 1E 69 1C 3A
Octal 204 262 165 32 0 42 36 151 34 72
Binary 10000100 10110010 1110101 11010 0 100010 11110 1101001 11100 111010

Color Harmonies of #84B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B275

Black with #84B275

Text Example


Text Example

White with #84B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B275; }

 p { color: rgb(132,178,117); }

 H1.HeaderClassName
 {
   color: #84B275;
 }
 .AnyTagClassName
 {
   color: #84B275;
 }
</style>

background-color css

<style>
 a { background-color: #84B275; }

 a { background-color: rgb(132,178,117); }

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

border-color css

<style>
 span { border-color: #84B275; }

 span { border-color: rgb(132,178,117); }

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