#ABBD91

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

Shades of Norway #ABBD91

Tints of Norway #ABBD91

Color information

#ABBD91 (or 0xABBD91) is unknown color: approx Norway. HEX triplet: AB, BD and 91. RGB value is (171,189,145). Sum of RGB (Red+Green+Blue) = 171+189+145=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD91 is #54426E. Grayscale: #B2B2B2. Windows color (decimal): -5522031 or 9551275. OLE color: 9551275.

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

Color convert

RGB171189145-
CMYK0.1000.230.26
HSL84.55º25%65.49%-
HSV(B)84.55º23.28%74.12%-
XYZ40.147.133.77-
YUV178.6109.04122.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 145 (57.03% from 255) = 28.71%
R=33.86%
G=37.43%
B=28.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891450.1000.230.2684.552565.49
HexABBD91A0171A551941
Octal253275221120273212531101
Binary1010101110111101100100011010010111110101010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD91; }

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

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

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

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

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

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

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

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