#9AA88E

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

Shades of Norway #9AA88E

Tints of Norway #9AA88E

Color information

#9AA88E (or 0x9AA88E) is unknown color: approx Norway. HEX triplet: 9A, A8 and 8E. RGB value is (154,168,142). Sum of RGB (Red+Green+Blue) = 154+168+142=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA88E is #655771. Grayscale: #A0A0A0. Windows color (decimal): -6641522 or 9349274. OLE color: 9349274.

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

Color convert

RGB154168142-
CMYK0.0800.150.34
HSL92.31º13%60.78%-
HSV(B)92.31º15.48%65.88%-
XYZ32.2136.8331-
YUV160.85117.36123.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=33.19%
G=36.21%
B=30.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681420.0800.150.3492.311360.78
Hex9AA88E80F225cd3d
Octal23225021610017421341575
Binary10011010101010001000111010000111110001010111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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