#9DA298

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

Shades of Delta #9DA298

Tints of Delta #9DA298

Color information

#9DA298 (or 0x9DA298) is unknown color: approx Delta. HEX triplet: 9D, A2 and 98. RGB value is (157,162,152). Sum of RGB (Red+Green+Blue) = 157+162+152=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA298 is #625D67. Grayscale: #9F9F9F. Windows color (decimal): -6446440 or 10003101. OLE color: 10003101.

HSL color Cylindrical-coordinate representation of color #9DA298: hue angle of 90º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9DA298 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB157162152-
CMYK0.0300.060.36
HSL90º5.1%61.57%-
HSV(B)90º6.17%63.53%-
XYZ32.4935.2834.8-
YUV159.36123.84126.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=33.33%
G=34.39%
B=32.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571621520.0300.060.36905.161.57
Hex9DA298306245a53e
Octal23524223030644132576
Binary1001110110100010100110001101101001001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA298; }

 p { color: rgb(157,162,152); }

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

<style>
 a { background-color: #9DA298; }

 a { background-color: rgb(157,162,152); }

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

<style>
 span { border-color: #9DA298; }

 span { border-color: rgb(157,162,152); }

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