Html Css Color HEX #A9C0BF Jungle Mist

📋 copy color: '#A9C0BF'

red 169 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #A9C0BF

Tints of Jungle Mist #A9C0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.78%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 30.62%
G = 34.78%
B = 34.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A9C0BF (or 0xA9C0BF) is known color: Jungle Mist. HEX triplet: A9, C0 and BF. RGB value is (169,192,191). Sum of RGB (Red+Green+Blue) = 169+192+191=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0BF is #563F40. Grayscale: #B8B8B8. Windows color (decimal): -5652289 or 12566697. OLE color: 12566697.

HSL color Cylindrical-coordinate representation of color #A9C0BF: hue angle of 177.39º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0BF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 191 -
CMYK 0.12 0 0.01 0.25
HSL 177.39º 0.15% 0.71% -
HSV(B) 177.39º 0.12% 0.75% -
XYZ 44.62 49.9 56.57 -
YUV 185.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 169 192 191 0.12 0 0.01 0.25 177.39 0.15 0.71
Hex A9 C0 BF C 0 1 19 B1 F 47
Octal 251 300 277 14 0 1 31 261 17 107
Binary 10101001 11000000 10111111 1100 0 1 11001 10110001 1111 1000111

Color Harmonies of #A9C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C0BF

Black with #A9C0BF

Text Example


Text Example

White with #A9C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C0BF; }

 p { color: rgb(169,192,191); }

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

background-color css

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

 a { background-color: rgb(169,192,191); }

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

border-color css

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

 span { border-color: rgb(169,192,191); }

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