#ABBD93

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

Shades of Norway #ABBD93

Tints of Norway #ABBD93

Color information

#ABBD93 (or 0xABBD93) is unknown color: approx Norway. HEX triplet: AB, BD and 93. RGB value is (171,189,147). Sum of RGB (Red+Green+Blue) = 171+189+147=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD93 is #54426C. Grayscale: #B2B2B2. Windows color (decimal): -5522029 or 9682347. OLE color: 9682347.

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

Color convert

RGB171189147-
CMYK0.1000.220.26
HSL85.71º24.14%65.88%-
HSV(B)85.71º22.22%74.12%-
XYZ40.2647.1634.58-
YUV178.83110.04122.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=33.73%
G=37.28%
B=28.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891470.1000.220.2685.7124.1465.88
HexABBD93A0161A561842
Octal253275223120263212630102
Binary1010101110111101100100111010010110110101010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD93; }

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

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

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

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

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

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

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

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