Html Css Color HEX #88946F Sage

📋 copy color: '#88946F'

red 136 ◦ green 148 ◦ blue 111

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

Shades of Sage #88946F

Tints of Sage #88946F

RGB

 RED value IS 136 (53.52% from 255) = 34.43%

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 34.43%
G = 37.47%
B = 28.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#88946F (or 0x88946F) is known color: Sage. HEX triplet: 88, 94 and 6F. RGB value is (136,148,111). Sum of RGB (Red+Green+Blue) = 136+148+111=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #88946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88946F is #776B90. Grayscale: #8C8C8C. Windows color (decimal): -7826321 or 7312520. OLE color: 7312520.

HSL color Cylindrical-coordinate representation of color #88946F: hue angle of 79.46º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88946F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 111 -
CMYK 0.08 0 0.25 0.42
HSL 79.46º 0.15% 0.51% -
HSV(B) 79.46º 0.25% 0.58% -
XYZ 23.61 27.56 19.11 -
YUV 140.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 136 148 111 0.08 0 0.25 0.42 79.46 0.15 0.51
Hex 88 94 6F 8 0 19 2A 4F F 33
Octal 210 224 157 10 0 31 52 117 17 63
Binary 10001000 10010100 1101111 1000 0 11001 101010 1001111 1111 110011

Color Harmonies of #88946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88946F

Black with #88946F

Text Example


Text Example

White with #88946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88946F; }

 p { color: rgb(136,148,111); }

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

background-color css

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

 a { background-color: rgb(136,148,111); }

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

border-color css

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

 span { border-color: rgb(136,148,111); }

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