#ACBC9F

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

Shades of Norway #ACBC9F

Tints of Norway #ACBC9F

Color information

#ACBC9F (or 0xACBC9F) is unknown color: approx Norway. HEX triplet: AC, BC and 9F. RGB value is (172,188,159). Sum of RGB (Red+Green+Blue) = 172+188+159=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9F is #534360. Grayscale: #B4B4B4. Windows color (decimal): -5456737 or 10468524. OLE color: 10468524.

HSL color Cylindrical-coordinate representation of color #ACBC9F: hue angle of 93.1º degrees, saturation: 0.18, 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 #ACBC9F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB172188159-
CMYK0.0900.150.26
HSL93.1º17.79%68.04%-
HSV(B)93.1º15.43%73.73%-
XYZ41.2547.2439.74-
YUV179.91116.2122.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=33.14%
G=36.22%
B=30.64%

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
Decimal1721881590.0900.150.2693.117.7968.04
HexACBC9F90F1A5d1244
Octal254274237110173213522104
Binary101011001011110010011111100101111110101011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC9F; }

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

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

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

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

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

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

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

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