Html Css Color HEX #A5BFBE Jungle Mist

📋 copy color: '#A5BFBE'

red 165 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #A5BFBE

Tints of Jungle Mist #A5BFBE

RGB

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

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

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

R = 30.22%
G = 34.98%
B = 34.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A5BFBE (or 0xA5BFBE) is known color: Jungle Mist. HEX triplet: A5, BF and BE. RGB value is (165,191,190). Sum of RGB (Red+Green+Blue) = 165+191+190=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBE is #5A4041. Grayscale: #B7B7B7. Windows color (decimal): -5914690 or 12500901. OLE color: 12500901.

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

Color convert

RGB 165 191 190 -
CMYK 0.14 0 0.01 0.25
HSL 177.69º 0.17% 0.7% -
HSV(B) 177.69º 0.14% 0.75% -
XYZ 43.44 48.98 55.88 -
YUV 183.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 165 191 190 0.14 0 0.01 0.25 177.69 0.17 0.7
Hex A5 BF BE E 0 1 19 B2 11 46
Octal 245 277 276 16 0 1 31 262 21 106
Binary 10100101 10111111 10111110 1110 0 1 11001 10110010 10001 1000110

Color Harmonies of #A5BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFBE

Black with #A5BFBE

Text Example


Text Example

White with #A5BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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