#ABBD95

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

Shades of Norway #ABBD95

Tints of Norway #ABBD95

Color information

#ABBD95 (or 0xABBD95) is unknown color: approx Norway. HEX triplet: AB, BD and 95. RGB value is (171,189,149). Sum of RGB (Red+Green+Blue) = 171+189+149=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD95 is #54426A. Grayscale: #B3B3B3. Windows color (decimal): -5522027 or 9813419. OLE color: 9813419.

HSL color Cylindrical-coordinate representation of color #ABBD95: hue angle of 87º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBD95 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB171189149-
CMYK0.1000.210.26
HSL87º23.26%66.27%-
HSV(B)87º21.16%74.12%-
XYZ40.4247.2235.42-
YUV179.06111.04122.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=33.60%
G=37.13%
B=29.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891490.1000.210.268723.2666.27
HexABBD95A0151A571742
Octal253275225120253212727102
Binary1010101110111101100101011010010101110101010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD95; }

 p { color: rgb(171,189,149); }

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

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

 a { background-color: rgb(171,189,149); }

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

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

 span { border-color: rgb(171,189,149); }

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