#A9C0BE

Color #A9C0BE Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A9C0BE

Tints of Jungle Mist #A9C0BE

Color information

#A9C0BE (or 0xA9C0BE) is unknown color: approx Jungle Mist. HEX triplet: A9, C0 and BE. RGB value is (169,192,190). Sum of RGB (Red+Green+Blue) = 169+192+190=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0BE is #563F41. Grayscale: #B8B8B8. Windows color (decimal): -5652290 or 12501161. OLE color: 12501161.

HSL color Cylindrical-coordinate representation of color #A9C0BE: hue angle of 174.78º 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 #A9C0BE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB169192190-
CMYK0.1200.010.25
HSL174.78º15.44%70.78%-
HSV(B)174.78º11.98%75.29%-
XYZ44.5149.8555.99-
YUV184.9130.88116.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=30.67%
G=34.85%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921900.1200.010.25174.7815.4470.78
HexA9C0BEC0119aff47
Octal25130027614013125717107
Binary101010011100000010111110110001110011010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0BE; }

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

 H1.HeaderClassName
 {
   color: #A9C0BE;
 }
 .AnyTagClassName
 {
   color: #A9C0BE;
 }
</style>
background-color css

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

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

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

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

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

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