#ABBB9A

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

Shades of Norway #ABBB9A

Tints of Norway #ABBB9A

Color information

#ABBB9A (or 0xABBB9A) is unknown color: approx Norway. HEX triplet: AB, BB and 9A. RGB value is (171,187,154). Sum of RGB (Red+Green+Blue) = 171+187+154=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9A is #544465. Grayscale: #B2B2B2. Windows color (decimal): -5522534 or 10140587. OLE color: 10140587.

HSL color Cylindrical-coordinate representation of color #ABBB9A: hue angle of 89.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBB9A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB171187154-
CMYK0.0900.180.27
HSL89.09º19.53%66.86%-
HSV(B)89.09º17.65%73.33%-
XYZ40.446.5337.42-
YUV178.45114.2122.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=33.40%
G=36.52%
B=30.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871540.0900.180.2789.0919.5366.86
HexABBB9A90121B591443
Octal253273232110223313124103
Binary1010101110111011100110101001010010110111011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB9A; }

 p { color: rgb(171,187,154); }

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

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

 a { background-color: rgb(171,187,154); }

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

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

 span { border-color: rgb(171,187,154); }

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