#ACBCA0

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

Shades of Norway #ACBCA0

Tints of Norway #ACBCA0

Color information

#ACBCA0 (or 0xACBCA0) is unknown color: approx Norway. HEX triplet: AC, BC and A0. RGB value is (172,188,160). Sum of RGB (Red+Green+Blue) = 172+188+160=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA0 is #53435F. Grayscale: #B4B4B4. Windows color (decimal): -5456736 or 10534060. OLE color: 10534060.

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

Color convert

RGB172188160-
CMYK0.0900.150.26
HSL94.29º17.28%68.24%-
HSV(B)94.29º14.89%73.73%-
XYZ41.3447.2840.2-
YUV180.02116.7122.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=33.08%
G=36.15%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881600.0900.150.2694.2917.2868.24
HexACBCA090F1A5e1144
Octal254274240110173213621104
Binary101011001011110010100000100101111110101011110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA0; }

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

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

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

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

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

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

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

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