Html Css Color HEX #A9C4C1 Jungle Mist

📋 copy color: '#A9C4C1'

red 169 ◦ green 196 ◦ blue 193

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

Shades of Jungle Mist #A9C4C1

Tints of Jungle Mist #A9C4C1

RGB

 RED value IS 169 (66.41% from 255) = 30.29%

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 30.29%
G = 35.13%
B = 34.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#A9C4C1 (or 0xA9C4C1) is known color: Jungle Mist. HEX triplet: A9, C4 and C1. RGB value is (169,196,193). Sum of RGB (Red+Green+Blue) = 169+196+193=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4C1 is #563B3E. Grayscale: #BBBBBB. Windows color (decimal): -5651263 or 12698793. OLE color: 12698793.

HSL color Cylindrical-coordinate representation of color #A9C4C1: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4C1 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 193 -
CMYK 0.14 0 0.02 0.23
HSL 173.33º 0.19% 0.72% -
HSV(B) 173.33º 0.14% 0.77% -
XYZ 45.73 51.77 58.03 -
YUV 187.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 169 196 193 0.14 0 0.02 0.23 173.33 0.19 0.72
Hex A9 C4 C1 E 0 2 17 AD 13 48
Octal 251 304 301 16 0 2 27 255 23 110
Binary 10101001 11000100 11000001 1110 0 10 10111 10101101 10011 1001000

Color Harmonies of #A9C4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C4C1

Black with #A9C4C1

Text Example


Text Example

White with #A9C4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C4C1; }

 p { color: rgb(169,196,193); }

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

background-color css

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

 a { background-color: rgb(169,196,193); }

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

border-color css

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

 span { border-color: rgb(169,196,193); }

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