#9AB68A

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

Shades of Norway #9AB68A

Tints of Norway #9AB68A

Color information

#9AB68A (or 0x9AB68A) is unknown color: approx Norway. HEX triplet: 9A, B6 and 8A. RGB value is (154,182,138). Sum of RGB (Red+Green+Blue) = 154+182+138=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB68A is #654975. Grayscale: #A8A8A8. Windows color (decimal): -6637942 or 9090714. OLE color: 9090714.

HSL color Cylindrical-coordinate representation of color #9AB68A: hue angle of 98.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB68A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB154182138-
CMYK0.1500.240.29
HSL98.18º23.16%62.75%-
HSV(B)98.18º24.18%71.37%-
XYZ34.6442.1630.36-
YUV168.61110.72117.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=32.49%
G=38.40%
B=29.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821380.1500.240.2998.1823.1662.75
Hex9AB68AF0181D62173f
Octal23226621217030351422777
Binary100110101011011010001010111101100011101110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,138); }

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

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

 a { background-color: rgb(154,182,138); }

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

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

 span { border-color: rgb(154,182,138); }

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