#ACBB97

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

Shades of Norway #ACBB97

Tints of Norway #ACBB97

Color information

#ACBB97 (or 0xACBB97) is unknown color: approx Norway. HEX triplet: AC, BB and 97. RGB value is (172,187,151). Sum of RGB (Red+Green+Blue) = 172+187+151=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB97 is #534468. Grayscale: #B2B2B2. Windows color (decimal): -5457001 or 9943980. OLE color: 9943980.

HSL color Cylindrical-coordinate representation of color #ACBB97: hue angle of 85º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBB97 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB172187151-
CMYK0.0800.190.27
HSL85º20.93%66.27%-
HSV(B)85º19.25%73.33%-
XYZ40.3746.5536.13-
YUV178.41112.53123.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=33.73%
G=36.67%
B=29.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871510.0800.190.278520.9366.27
HexACBB9780131B551542
Octal254273227100233312525102
Binary1010110010111011100101111000010011110111010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB97; }

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

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

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

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

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

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

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

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