Html Css Color HEX #A0BEBE Jungle Mist

📋 copy color: '#A0BEBE'

red 160 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #A0BEBE

Tints of Jungle Mist #A0BEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 29.63%
G = 35.19%
B = 35.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0BEBE (or 0xA0BEBE) is known color: Jungle Mist. HEX triplet: A0, BE and BE. RGB value is (160,190,190). Sum of RGB (Red+Green+Blue) = 160+190+190=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A0BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBE is #5F4141. Grayscale: #B5B5B5. Windows color (decimal): -6242626 or 12500640. OLE color: 12500640.

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

Color convert

RGB 160 190 190 -
CMYK 0.16 0 0 0.25
HSL 180º 0.19% 0.69% -
HSV(B) 180º 0.16% 0.75% -
XYZ 42.2 48.02 55.76 -
YUV 181.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 160 190 190 0.16 0 0 0.25 180 0.19 0.69
Hex A0 BE BE 10 0 0 19 B4 13 45
Octal 240 276 276 20 0 0 31 264 23 105
Binary 10100000 10111110 10111110 10000 0 0 11001 10110100 10011 1000101

Color Harmonies of #A0BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEBE

Black with #A0BEBE

Text Example


Text Example

White with #A0BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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