#98A785

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

Shades of Delta #98A785

Tints of Delta #98A785

Color information

#98A785 (or 0x98A785) is unknown color: approx Delta. HEX triplet: 98, A7 and 85. RGB value is (152,167,133). Sum of RGB (Red+Green+Blue) = 152+167+133=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #98A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A785 is #67587A. Grayscale: #9E9E9E. Windows color (decimal): -6772859 or 8759192. OLE color: 8759192.

HSL color Cylindrical-coordinate representation of color #98A785: hue angle of 86.47º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A785 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB152167133-
CMYK0.0900.200.35
HSL86.47º16.19%58.82%-
HSV(B)86.47º20.36%65.49%-
XYZ3136.0127.51-
YUV158.64113.53123.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=33.63%
G=36.95%
B=29.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521671330.0900.200.3586.4716.1958.82
Hex98A78590142356103b
Octal23024720511024431262073
Binary1001100010100111100001011001010100100011101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,167,133); }

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

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

 a { background-color: rgb(152,167,133); }

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

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

 span { border-color: rgb(152,167,133); }

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