Html Css Color HEX #8B996C Sage

📋 copy color: '#8B996C'

red 139 ◦ green 153 ◦ blue 108

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

Shades of Sage #8B996C

Tints of Sage #8B996C

RGB

 RED value IS 139 (54.69% from 255) = 34.75%

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 34.75%
G = 38.25%
B = 27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#8B996C (or 0x8B996C) is known color: Sage. HEX triplet: 8B, 99 and 6C. RGB value is (139,153,108). Sum of RGB (Red+Green+Blue) = 139+153+108=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #8B996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B996C is #746693. Grayscale: #8F8F8F. Windows color (decimal): -7628436 or 7117195. OLE color: 7117195.

HSL color Cylindrical-coordinate representation of color #8B996C: hue angle of 78.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B996C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 153 108 -
CMYK 0.09 0 0.29 0.4
HSL 78.67º 0.18% 0.51% -
HSV(B) 78.67º 0.29% 0.6% -
XYZ 24.75 29.35 18.55 -
YUV 143.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 139 153 108 0.09 0 0.29 0.4 78.67 0.18 0.51
Hex 8B 99 6C 9 0 1D 28 4F 12 33
Octal 213 231 154 11 0 35 50 117 22 63
Binary 10001011 10011001 1101100 1001 0 11101 101000 1001111 10010 110011

Color Harmonies of #8B996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B996C

Black with #8B996C

Text Example


Text Example

White with #8B996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B996C; }

 p { color: rgb(139,153,108); }

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

background-color css

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

 a { background-color: rgb(139,153,108); }

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

border-color css

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

 span { border-color: rgb(139,153,108); }

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