Html Css Color HEX #849F91 Acapulco

📋 copy color: '#849F91'

red 132 ◦ green 159 ◦ blue 145

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

Shades of Acapulco #849F91

Tints of Acapulco #849F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 30.28%
G = 36.47%
B = 33.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#849F91 (or 0x849F91) is known color: Acapulco. HEX triplet: 84, 9F and 91. RGB value is (132,159,145). Sum of RGB (Red+Green+Blue) = 132+159+145=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #849F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F91 is #7B606E. Grayscale: #959595. Windows color (decimal): -8085615 or 9543556. OLE color: 9543556.

HSL color Cylindrical-coordinate representation of color #849F91: hue angle of 148.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F91 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 145 -
CMYK 0.17 0 0.09 0.38
HSL 148.89º 0.12% 0.57% -
HSV(B) 148.89º 0.17% 0.62% -
XYZ 27.02 31.75 31.49 -
YUV 149.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 132 159 145 0.17 0 0.09 0.38 148.89 0.12 0.57
Hex 84 9F 91 11 0 9 26 95 C 39
Octal 204 237 221 21 0 11 46 225 14 71
Binary 10000100 10011111 10010001 10001 0 1001 100110 10010101 1100 111001

Color Harmonies of #849F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F91

Black with #849F91

Text Example


Text Example

White with #849F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F91; }

 p { color: rgb(132,159,145); }

 H1.HeaderClassName
 {
   color: #849F91;
 }
 .AnyTagClassName
 {
   color: #849F91;
 }
</style>

background-color css

<style>
 a { background-color: #849F91; }

 a { background-color: rgb(132,159,145); }

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

border-color css

<style>
 span { border-color: #849F91; }

 span { border-color: rgb(132,159,145); }

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