Html Css Color HEX #A9BFBD Jungle Mist

📋 copy color: '#A9BFBD'

red 169 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #A9BFBD

Tints of Jungle Mist #A9BFBD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.79%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 30.78%
G = 34.79%
B = 34.43%

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

#A9BFBD (or 0xA9BFBD) is known color: Jungle Mist. HEX triplet: A9, BF and BD. RGB value is (169,191,189). Sum of RGB (Red+Green+Blue) = 169+191+189=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFBD is #564042. Grayscale: #B8B8B8. Windows color (decimal): -5652547 or 12435369. OLE color: 12435369.

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

Color convert

RGB 169 191 189 -
CMYK 0.12 0 0.01 0.25
HSL 174.55º 0.15% 0.71% -
HSV(B) 174.55º 0.12% 0.75% -
XYZ 44.18 49.37 55.35 -
YUV 184.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 169 191 189 0.12 0 0.01 0.25 174.55 0.15 0.71
Hex A9 BF BD C 0 1 19 AF F 47
Octal 251 277 275 14 0 1 31 257 17 107
Binary 10101001 10111111 10111101 1100 0 1 11001 10101111 1111 1000111

Color Harmonies of #A9BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFBD

Black with #A9BFBD

Text Example


Text Example

White with #A9BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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