Html Css Color HEX #AFBFBE Jungle Mist

📋 copy color: '#AFBFBE'

red 175 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #AFBFBE

Tints of Jungle Mist #AFBFBE

RGB

 RED value IS 175 (68.75% from 255) = 31.47%

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

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

R = 31.47%
G = 34.35%
B = 34.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AFBFBE (or 0xAFBFBE) is known color: Jungle Mist. HEX triplet: AF, BF and BE. RGB value is (175,191,190). Sum of RGB (Red+Green+Blue) = 175+191+190=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBE is #504041. Grayscale: #BABABA. Windows color (decimal): -5259330 or 12500911. OLE color: 12500911.

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

Color convert

RGB 175 191 190 -
CMYK 0.08 0 0.01 0.25
HSL 176.25º 0.11% 0.72% -
HSV(B) 176.25º 0.08% 0.75% -
XYZ 45.6 50.09 55.98 -
YUV 186.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 175 191 190 0.08 0 0.01 0.25 176.25 0.11 0.72
Hex AF BF BE 8 0 1 19 B0 B 48
Octal 257 277 276 10 0 1 31 260 13 110
Binary 10101111 10111111 10111110 1000 0 1 11001 10110000 1011 1001000

Color Harmonies of #AFBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFBE

Black with #AFBFBE

Text Example


Text Example

White with #AFBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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