Html Css Color HEX #A5BFBF Jungle Mist

📋 copy color: '#A5BFBF'

red 165 ◦ green 191 ◦ blue 191

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

Shades of Jungle Mist #A5BFBF

Tints of Jungle Mist #A5BFBF

RGB

 RED value IS 165 (64.84% from 255) = 30.16%

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

 BLUE value IS 191 (75% from 255) = 34.92%

R = 30.16%
G = 34.92%
B = 34.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5BFBF (or 0xA5BFBF) is known color: Jungle Mist. HEX triplet: A5, BF and BF. RGB value is (165,191,191). Sum of RGB (Red+Green+Blue) = 165+191+191=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A5BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBF is #5A4040. Grayscale: #B7B7B7. Windows color (decimal): -5914689 or 12566437. OLE color: 12566437.

HSL color Cylindrical-coordinate representation of color #A5BFBF: hue angle of 180º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BFBF is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 191 -
CMYK 0.14 0 0 0.25
HSL 180º 0.17% 0.7% -
HSV(B) 180º 0.14% 0.75% -
XYZ 43.55 49.02 56.46 -
YUV 183.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 165 191 191 0.14 0 0 0.25 180 0.17 0.7
Hex A5 BF BF E 0 0 19 B4 11 46
Octal 245 277 277 16 0 0 31 264 21 106
Binary 10100101 10111111 10111111 1110 0 0 11001 10110100 10001 1000110

Color Harmonies of #A5BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFBF

Black with #A5BFBF

Text Example


Text Example

White with #A5BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFBF; }

 p { color: rgb(165,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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