Html Css Color HEX #94A271 Sage

📋 copy color: '#94A271'

red 148 ◦ green 162 ◦ blue 113

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

Shades of Sage #94A271

Tints of Sage #94A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 34.99%
G = 38.3%
B = 26.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#94A271 (or 0x94A271) is known color: Sage. HEX triplet: 94, A2 and 71. RGB value is (148,162,113). Sum of RGB (Red+Green+Blue) = 148+162+113=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #94A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A271 is #6B5D8E. Grayscale: #989898. Windows color (decimal): -7036303 or 7447188. OLE color: 7447188.

HSL color Cylindrical-coordinate representation of color #94A271: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A271 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 113 -
CMYK 0.09 0 0.30 0.36
HSL 77.14º 0.21% 0.54% -
HSV(B) 77.14º 0.3% 0.64% -
XYZ 28.11 33.33 20.57 -
YUV 152.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 148 162 113 0.09 0 0.30 0.36 77.14 0.21 0.54
Hex 94 A2 71 9 0 1E 24 4D 15 36
Octal 224 242 161 11 0 36 44 115 25 66
Binary 10010100 10100010 1110001 1001 0 11110 100100 1001101 10101 110110

Color Harmonies of #94A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A271

Black with #94A271

Text Example


Text Example

White with #94A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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