#ABBB92

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

Shades of Norway #ABBB92

Tints of Norway #ABBB92

Color information

#ABBB92 (or 0xABBB92) is unknown color: approx Norway. HEX triplet: AB, BB and 92. RGB value is (171,187,146). Sum of RGB (Red+Green+Blue) = 171+187+146=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB92 is #54446D. Grayscale: #B1B1B1. Windows color (decimal): -5522542 or 9616299. OLE color: 9616299.

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

Color convert

RGB171187146-
CMYK0.0900.220.27
HSL83.41º23.16%65.29%-
HSV(B)83.41º21.93%73.33%-
XYZ39.7546.2734.03-
YUV177.54110.2123.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=33.93%
G=37.10%
B=28.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871460.0900.220.2783.4123.1665.29
HexABBB9290161B531741
Octal253273222110263312327101
Binary1010101110111011100100101001010110110111010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB92; }

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

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

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

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

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

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

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

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