Html Css Color HEX #94987B Sage

📋 copy color: '#94987B'

red 148 ◦ green 152 ◦ blue 123

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

Shades of Sage #94987B

Tints of Sage #94987B

RGB

 RED value IS 148 (58.2% from 255) = 34.99%

 GREEN value IS 152 (59.77% from 255) = 35.93%

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 34.99%
G = 35.93%
B = 29.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#94987B (or 0x94987B) is known color: Sage. HEX triplet: 94, 98 and 7B. RGB value is (148,152,123). Sum of RGB (Red+Green+Blue) = 148+152+123=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #94987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94987B is #6B6784. Grayscale: #939393. Windows color (decimal): -7038853 or 8099988. OLE color: 8099988.

HSL color Cylindrical-coordinate representation of color #94987B: hue angle of 68.28º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94987B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 123 -
CMYK 0.03 0 0.19 0.40
HSL 68.28º 0.12% 0.54% -
HSV(B) 68.28º 0.19% 0.6% -
XYZ 27.02 30.18 23.14 -
YUV 147.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 148 152 123 0.03 0 0.19 0.40 68.28 0.12 0.54
Hex 94 98 7B 3 0 13 28 44 C 36
Octal 224 230 173 3 0 23 50 104 14 66
Binary 10010100 10011000 1111011 11 0 10011 101000 1000100 1100 110110

Color Harmonies of #94987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94987B

Black with #94987B

Text Example


Text Example

White with #94987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94987B; }

 p { color: rgb(148,152,123); }

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

background-color css

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

 a { background-color: rgb(148,152,123); }

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

border-color css

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

 span { border-color: rgb(148,152,123); }

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