#98A28A

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

Shades of Delta #98A28A

Tints of Delta #98A28A

Color information

#98A28A (or 0x98A28A) is unknown color: approx Delta. HEX triplet: 98, A2 and 8A. RGB value is (152,162,138). Sum of RGB (Red+Green+Blue) = 152+162+138=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #98A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A28A is #675D75. Grayscale: #9C9C9C. Windows color (decimal): -6774134 or 9085592. OLE color: 9085592.

HSL color Cylindrical-coordinate representation of color #98A28A: hue angle of 85º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A28A is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB152162138-
CMYK0.0600.150.36
HSL85º11.43%58.82%-
HSV(B)85º14.81%63.53%-
XYZ30.4634.3529.07-
YUV156.27117.69124.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=33.63%
G=35.84%
B=30.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621380.0600.150.368511.4358.82
Hex98A28A60F2455b3b
Octal2302422126017441251373
Binary1001100010100010100010101100111110010010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A28A; }

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

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

<style>
 a { background-color: #98A28A; }

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

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

<style>
 span { border-color: #98A28A; }

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

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