Html Css Color HEX #849F93 Acapulco

📋 copy color: '#849F93'

red 132 ◦ green 159 ◦ blue 147

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

Shades of Acapulco #849F93

Tints of Acapulco #849F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 30.14%
G = 36.3%
B = 33.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#849F93 (or 0x849F93) is known color: Acapulco. HEX triplet: 84, 9F and 93. RGB value is (132,159,147). Sum of RGB (Red+Green+Blue) = 132+159+147=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #849F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F93 is #7B606C. Grayscale: #959595. Windows color (decimal): -8085613 or 9674628. OLE color: 9674628.

HSL color Cylindrical-coordinate representation of color #849F93: hue angle of 153.33º 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 #849F93 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 147 -
CMYK 0.17 0 0.08 0.38
HSL 153.33º 0.12% 0.57% -
HSV(B) 153.33º 0.17% 0.62% -
XYZ 27.18 31.81 32.31 -
YUV 149.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 132 159 147 0.17 0 0.08 0.38 153.33 0.12 0.57
Hex 84 9F 93 11 0 8 26 99 C 39
Octal 204 237 223 21 0 10 46 231 14 71
Binary 10000100 10011111 10010011 10001 0 1000 100110 10011001 1100 111001

Color Harmonies of #849F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F93

Black with #849F93

Text Example


Text Example

White with #849F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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