#98A469

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

Shades of Green Smoke #98A469

Tints of Green Smoke #98A469

Color information

#98A469 (or 0x98A469) is unknown color: approx Green Smoke. HEX triplet: 98, A4 and 69. RGB value is (152,164,105). Sum of RGB (Red+Green+Blue) = 152+164+105=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #98A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A469 is #675B96. Grayscale: #999999. Windows color (decimal): -6773655 or 6923416. OLE color: 6923416.

HSL color Cylindrical-coordinate representation of color #98A469: hue angle of 72.2º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A469 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB152164105-
CMYK0.0700.360.36
HSL72.2º24.48%52.75%-
HSV(B)72.2º35.98%64.31%-
XYZ28.7734.2518.46-
YUV153.69100.52126.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=36.10%
G=38.95%
B=24.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521641050.0700.360.3672.224.4852.75
Hex98A469702424481835
Octal2302441517044441103065
Binary100110001010010011010011110100100100100100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,105); }

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

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

 a { background-color: rgb(152,164,105); }

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

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

 span { border-color: rgb(152,164,105); }

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