Html Css Color HEX #ABBFBF Jungle Mist

📋 copy color: '#ABBFBF'

red 171 ◦ green 191 ◦ blue 191

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

Shades of Jungle Mist #ABBFBF

Tints of Jungle Mist #ABBFBF

RGB

 RED value IS 171 (67.19% from 255) = 30.92%

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

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

R = 30.92%
G = 34.54%
B = 34.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABBFBF (or 0xABBFBF) is known color: Jungle Mist. HEX triplet: AB, BF and BF. RGB value is (171,191,191). Sum of RGB (Red+Green+Blue) = 171+191+191=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #ABBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFBF is #544040. Grayscale: #B9B9B9. Windows color (decimal): -5521473 or 12566443. OLE color: 12566443.

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

Color convert

RGB 171 191 191 -
CMYK 0.10 0 0 0.25
HSL 180º 0.14% 0.71% -
HSV(B) 180º 0.1% 0.75% -
XYZ 44.83 49.68 56.52 -
YUV 185.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 171 191 191 0.10 0 0 0.25 180 0.14 0.71
Hex AB BF BF A 0 0 19 B4 E 47
Octal 253 277 277 12 0 0 31 264 16 107
Binary 10101011 10111111 10111111 1010 0 0 11001 10110100 1110 1000111

Color Harmonies of #ABBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFBF

Black with #ABBFBF

Text Example


Text Example

White with #ABBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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