#99A288

Color #99A288 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #99A288

Tints of Delta #99A288

Color information

#99A288 (or 0x99A288) is unknown color: approx Delta. HEX triplet: 99, A2 and 88. RGB value is (153,162,136). Sum of RGB (Red+Green+Blue) = 153+162+136=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #99A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A288 is #665D77. Grayscale: #9C9C9C. Windows color (decimal): -6708600 or 8954521. OLE color: 8954521.

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

Color convert

RGB153162136-
CMYK0.0600.160.36
HSL80.77º12.26%58.43%-
HSV(B)80.77º16.05%63.53%-
XYZ30.534.3928.32-
YUV156.34116.52125.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=33.92%
G=35.92%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621360.0600.160.3680.7712.2658.43
Hex99A28860102451c3a
Octal2312422106020441211472
Binary10011001101000101000100011001000010010010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A288;
 }
 .AnyTagClassName
 {
   color: #99A288;
 }
</style>
background-color css

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

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

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

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

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

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