Html Css Color HEX #99A281 Sage

📋 copy color: '#99A281'

red 153 ◦ green 162 ◦ blue 129

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

Shades of Sage #99A281

Tints of Sage #99A281

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

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

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

R = 34.46%
G = 36.49%
B = 29.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#99A281 (or 0x99A281) is known color: Sage. HEX triplet: 99, A2 and 81. RGB value is (153,162,129). Sum of RGB (Red+Green+Blue) = 153+162+129=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #99A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A281 is #665D7E. Grayscale: #9B9B9B. Windows color (decimal): -6708607 or 8495769. OLE color: 8495769.

HSL color Cylindrical-coordinate representation of color #99A281: hue angle of 76.36º 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 #99A281 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 129 -
CMYK 0.06 0 0.20 0.36
HSL 76.36º 0.15% 0.57% -
HSV(B) 76.36º 0.2% 0.64% -
XYZ 30.02 34.2 25.79 -
YUV 155.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 153 162 129 0.06 0 0.20 0.36 76.36 0.15 0.57
Hex 99 A2 81 6 0 14 24 4C F 39
Octal 231 242 201 6 0 24 44 114 17 71
Binary 10011001 10100010 10000001 110 0 10100 100100 1001100 1111 111001

Color Harmonies of #99A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A281

Black with #99A281

Text Example


Text Example

White with #99A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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