Html Css Color HEX #A0BEBD Jungle Mist

📋 copy color: '#A0BEBD'

red 160 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #A0BEBD

Tints of Jungle Mist #A0BEBD

RGB

 RED value IS 160 (62.89% from 255) = 29.68%

 GREEN value IS 190 (74.61% from 255) = 35.25%

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

R = 29.68%
G = 35.25%
B = 35.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A0BEBD (or 0xA0BEBD) is known color: Jungle Mist. HEX triplet: A0, BE and BD. RGB value is (160,190,189). Sum of RGB (Red+Green+Blue) = 160+190+189=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBD is #5F4142. Grayscale: #B4B4B4. Windows color (decimal): -6242627 or 12435104. OLE color: 12435104.

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

Color convert

RGB 160 190 189 -
CMYK 0.16 0 0.01 0.25
HSL 178º 0.19% 0.69% -
HSV(B) 178º 0.16% 0.75% -
XYZ 42.1 47.97 55.19 -
YUV 180.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 160 190 189 0.16 0 0.01 0.25 178 0.19 0.69
Hex A0 BE BD 10 0 1 19 B2 13 45
Octal 240 276 275 20 0 1 31 262 23 105
Binary 10100000 10111110 10111101 10000 0 1 11001 10110010 10011 1000101

Color Harmonies of #A0BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEBD

Black with #A0BEBD

Text Example


Text Example

White with #A0BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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