#AFBEBD

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

Shades of Jungle Mist #AFBEBD

Tints of Jungle Mist #AFBEBD

Color information

#AFBEBD (or 0xAFBEBD) is unknown color: approx Jungle Mist. HEX triplet: AF, BE and BD. RGB value is (175,190,189). Sum of RGB (Red+Green+Blue) = 175+190+189=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEBD is #504142. Grayscale: #B9B9B9. Windows color (decimal): -5259587 or 12435119. OLE color: 12435119.

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

Color convert

RGB175190189-
CMYK0.0800.010.25
HSL176º10.34%71.57%-
HSV(B)176º7.89%74.51%-
XYZ45.2849.6155.33-
YUV185.4130.03120.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=31.59%
G=34.30%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901890.0800.010.2517610.3471.57
HexAFBEBD80119b0a48
Octal25727627510013126012110
Binary101011111011111010111101100001110011011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEBD; }

 p { color: rgb(175,190,189); }

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

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

 a { background-color: rgb(175,190,189); }

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

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

 span { border-color: rgb(175,190,189); }

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