Html Css Color HEX #84A396 Acapulco

📋 copy color: '#84A396'

red 132 ◦ green 163 ◦ blue 150

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

Shades of Acapulco #84A396

Tints of Acapulco #84A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 29.66%
G = 36.63%
B = 33.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#84A396 (or 0x84A396) is known color: Acapulco. HEX triplet: 84, A3 and 96. RGB value is (132,163,150). Sum of RGB (Red+Green+Blue) = 132+163+150=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #84A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A396 is #7B5C69. Grayscale: #989898. Windows color (decimal): -8084586 or 9872260. OLE color: 9872260.

HSL color Cylindrical-coordinate representation of color #84A396: hue angle of 154.84º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A396 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 150 -
CMYK 0.19 0 0.08 0.36
HSL 154.84º 0.14% 0.58% -
HSV(B) 154.84º 0.19% 0.64% -
XYZ 28.12 33.3 33.8 -
YUV 152.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 132 163 150 0.19 0 0.08 0.36 154.84 0.14 0.58
Hex 84 A3 96 13 0 8 24 9B E 3A
Octal 204 243 226 23 0 10 44 233 16 72
Binary 10000100 10100011 10010110 10011 0 1000 100100 10011011 1110 111010

Color Harmonies of #84A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A396

Black with #84A396

Text Example


Text Example

White with #84A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,150); }

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

background-color css

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

 a { background-color: rgb(132,163,150); }

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

border-color css

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

 span { border-color: rgb(132,163,150); }

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