#9AA88D

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

Shades of Norway #9AA88D

Tints of Norway #9AA88D

Color information

#9AA88D (or 0x9AA88D) is unknown color: approx Norway. HEX triplet: 9A, A8 and 8D. RGB value is (154,168,141). Sum of RGB (Red+Green+Blue) = 154+168+141=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA88D is #655772. Grayscale: #A0A0A0. Windows color (decimal): -6641523 or 9283738. OLE color: 9283738.

HSL color Cylindrical-coordinate representation of color #9AA88D: hue angle of 91.11º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AA88D is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB154168141-
CMYK0.0800.160.34
HSL91.11º13.43%60.59%-
HSV(B)91.11º16.07%65.88%-
XYZ32.1436.830.61-
YUV160.74116.86123.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=33.26%
G=36.29%
B=30.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681410.0800.160.3491.1113.4360.59
Hex9AA88D8010225bd3d
Octal23225021510020421331575
Binary100110101010100010001101100001000010001010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,141); }

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

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

 a { background-color: rgb(154,168,141); }

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

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

 span { border-color: rgb(154,168,141); }

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