Html Css Color HEX #94A281 Sage

📋 copy color: '#94A281'

red 148 ◦ green 162 ◦ blue 129

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

Shades of Sage #94A281

Tints of Sage #94A281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 33.71%
G = 36.9%
B = 29.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#94A281 (or 0x94A281) is known color: Sage. HEX triplet: 94, A2 and 81. RGB value is (148,162,129). Sum of RGB (Red+Green+Blue) = 148+162+129=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #94A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A281 is #6B5D7E. Grayscale: #9A9A9A. Windows color (decimal): -7036287 or 8495764. OLE color: 8495764.

HSL color Cylindrical-coordinate representation of color #94A281: hue angle of 85.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A281 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 129 -
CMYK 0.09 0 0.20 0.36
HSL 85.45º 0.15% 0.57% -
HSV(B) 85.45º 0.2% 0.64% -
XYZ 29.1 33.72 25.74 -
YUV 154.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 148 162 129 0.09 0 0.20 0.36 85.45 0.15 0.57
Hex 94 A2 81 9 0 14 24 55 F 39
Octal 224 242 201 11 0 24 44 125 17 71
Binary 10010100 10100010 10000001 1001 0 10100 100100 1010101 1111 111001

Color Harmonies of #94A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A281

Black with #94A281

Text Example


Text Example

White with #94A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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