Html Css Color HEX #94A471 Sage

📋 copy color: '#94A471'

red 148 ◦ green 164 ◦ blue 113

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

Shades of Sage #94A471

Tints of Sage #94A471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 34.82%
G = 38.59%
B = 26.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#94A471 (or 0x94A471) is known color: Sage. HEX triplet: 94, A4 and 71. RGB value is (148,164,113). Sum of RGB (Red+Green+Blue) = 148+164+113=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #94A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A471 is #6B5B8E. Grayscale: #999999. Windows color (decimal): -7035791 or 7447700. OLE color: 7447700.

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

Color convert

RGB 148 164 113 -
CMYK 0.10 0 0.31 0.36
HSL 78.82º 0.22% 0.54% -
HSV(B) 78.82º 0.31% 0.64% -
XYZ 28.47 34.04 20.69 -
YUV 153.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 148 164 113 0.10 0 0.31 0.36 78.82 0.22 0.54
Hex 94 A4 71 A 0 1F 24 4F 16 36
Octal 224 244 161 12 0 37 44 117 26 66
Binary 10010100 10100100 1110001 1010 0 11111 100100 1001111 10110 110110

Color Harmonies of #94A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A471

Black with #94A471

Text Example


Text Example

White with #94A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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