#ACBC9D

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

Shades of Norway #ACBC9D

Tints of Norway #ACBC9D

Color information

#ACBC9D (or 0xACBC9D) is unknown color: approx Norway. HEX triplet: AC, BC and 9D. RGB value is (172,188,157). Sum of RGB (Red+Green+Blue) = 172+188+157=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9D is #534362. Grayscale: #B3B3B3. Windows color (decimal): -5456739 or 10337452. OLE color: 10337452.

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

Color convert

RGB172188157-
CMYK0.0900.160.26
HSL90.97º18.79%67.65%-
HSV(B)90.97º16.49%73.73%-
XYZ41.0847.1738.84-
YUV179.68115.2122.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=33.27%
G=36.36%
B=30.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881570.0900.160.2690.9718.7967.65
HexACBC9D90101A5b1344
Octal254274235110203213323104
Binary1010110010111100100111011001010000110101011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC9D; }

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

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

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

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

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

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

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

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