#ACBB91

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

Shades of Norway #ACBB91

Tints of Norway #ACBB91

Color information

#ACBB91 (or 0xACBB91) is unknown color: approx Norway. HEX triplet: AC, BB and 91. RGB value is (172,187,145). Sum of RGB (Red+Green+Blue) = 172+187+145=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB91 is #53446E. Grayscale: #B1B1B1. Windows color (decimal): -5457007 or 9550764. OLE color: 9550764.

HSL color Cylindrical-coordinate representation of color #ACBB91: hue angle of 81.43º degrees, saturation: 0.24, 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 #ACBB91 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB172187145-
CMYK0.0800.220.27
HSL81.43º23.6%65.1%-
HSV(B)81.43º22.46%73.33%-
XYZ39.8946.3633.63-
YUV177.73109.53123.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=34.13%
G=37.10%
B=28.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871450.0800.220.2781.4323.665.1
HexACBB9180161B511841
Octal254273221100263312130101
Binary1010110010111011100100011000010110110111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB91; }

 p { color: rgb(172,187,145); }

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

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

 a { background-color: rgb(172,187,145); }

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

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

 span { border-color: rgb(172,187,145); }

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