Html Css Color HEX #99A285 Sage

📋 copy color: '#99A285'

red 153 ◦ green 162 ◦ blue 133

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

Shades of Sage #99A285

Tints of Sage #99A285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 34.15%
G = 36.16%
B = 29.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#99A285 (or 0x99A285) is known color: Sage. HEX triplet: 99, A2 and 85. RGB value is (153,162,133). Sum of RGB (Red+Green+Blue) = 153+162+133=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #99A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A285 is #665D7A. Grayscale: #9C9C9C. Windows color (decimal): -6708603 or 8757913. OLE color: 8757913.

HSL color Cylindrical-coordinate representation of color #99A285: hue angle of 78.62º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A285 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 133 -
CMYK 0.06 0 0.18 0.36
HSL 78.62º 0.13% 0.58% -
HSV(B) 78.62º 0.18% 0.64% -
XYZ 30.29 34.31 27.22 -
YUV 156 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 153 162 133 0.06 0 0.18 0.36 78.62 0.13 0.58
Hex 99 A2 85 6 0 12 24 4F D 3A
Octal 231 242 205 6 0 22 44 117 15 72
Binary 10011001 10100010 10000101 110 0 10010 100100 1001111 1101 111010

Color Harmonies of #99A285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A285

Black with #99A285

Text Example


Text Example

White with #99A285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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