#ACBB9F

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

Shades of Norway #ACBB9F

Tints of Norway #ACBB9F

Color information

#ACBB9F (or 0xACBB9F) is unknown color: approx Norway. HEX triplet: AC, BB and 9F. RGB value is (172,187,159). Sum of RGB (Red+Green+Blue) = 172+187+159=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB9F is #534460. Grayscale: #B3B3B3. Windows color (decimal): -5456993 or 10468268. OLE color: 10468268.

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

Color convert

RGB172187159-
CMYK0.0800.150.27
HSL92.14º17.07%67.84%-
HSV(B)92.14º14.97%73.33%-
XYZ41.0446.8139.67-
YUV179.32116.53122.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=33.20%
G=36.10%
B=30.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871590.0800.150.2792.1417.0767.84
HexACBB9F80F1B5c1144
Octal254273237100173313421104
Binary101011001011101110011111100001111110111011100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB9F; }

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

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

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

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

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

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

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

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