Html Css Color HEX #94A47B Sage

📋 copy color: '#94A47B'

red 148 ◦ green 164 ◦ blue 123

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

Shades of Sage #94A47B

Tints of Sage #94A47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 34.02%
G = 37.7%
B = 28.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#94A47B (or 0x94A47B) is known color: Sage. HEX triplet: 94, A4 and 7B. RGB value is (148,164,123). Sum of RGB (Red+Green+Blue) = 148+164+123=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #94A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A47B is #6B5B84. Grayscale: #9A9A9A. Windows color (decimal): -7035781 or 8103060. OLE color: 8103060.

HSL color Cylindrical-coordinate representation of color #94A47B: hue angle of 83.41º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A47B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 123 -
CMYK 0.10 0 0.25 0.36
HSL 83.41º 0.18% 0.56% -
HSV(B) 83.41º 0.25% 0.64% -
XYZ 29.06 34.28 23.82 -
YUV 154.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 148 164 123 0.10 0 0.25 0.36 83.41 0.18 0.56
Hex 94 A4 7B A 0 19 24 53 12 38
Octal 224 244 173 12 0 31 44 123 22 70
Binary 10010100 10100100 1111011 1010 0 11001 100100 1010011 10010 111000

Color Harmonies of #94A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A47B

Black with #94A47B

Text Example


Text Example

White with #94A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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