#ACBC9C

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

Shades of Norway #ACBC9C

Tints of Norway #ACBC9C

Color information

#ACBC9C (or 0xACBC9C) is unknown color: approx Norway. HEX triplet: AC, BC and 9C. RGB value is (172,188,156). Sum of RGB (Red+Green+Blue) = 172+188+156=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9C is #534363. Grayscale: #B3B3B3. Windows color (decimal): -5456740 or 10271916. OLE color: 10271916.

HSL color Cylindrical-coordinate representation of color #ACBC9C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBC9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB172188156-
CMYK0.0900.170.26
HSL90º19.28%67.45%-
HSV(B)90º17.02%73.73%-
XYZ4147.1438.39-
YUV179.57114.7122.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=33.33%
G=36.43%
B=30.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881560.0900.170.269019.2867.45
HexACBC9C90111A5a1343
Octal254274234110213213223103
Binary1010110010111100100111001001010001110101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC9C; }

 p { color: rgb(172,188,156); }

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

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

 a { background-color: rgb(172,188,156); }

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

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

 span { border-color: rgb(172,188,156); }

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