#ACBC9A

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

Shades of Norway #ACBC9A

Tints of Norway #ACBC9A

Color information

#ACBC9A (or 0xACBC9A) is unknown color: approx Norway. HEX triplet: AC, BC and 9A. RGB value is (172,188,154). Sum of RGB (Red+Green+Blue) = 172+188+154=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9A is #534365. Grayscale: #B3B3B3. Windows color (decimal): -5456742 or 10140844. OLE color: 10140844.

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

Color convert

RGB172188154-
CMYK0.0900.180.26
HSL88.24º20.24%67.06%-
HSV(B)88.24º18.09%73.73%-
XYZ40.8347.0737.51-
YUV179.34113.7122.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=33.46%
G=36.58%
B=29.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881540.0900.180.2688.2420.2467.06
HexACBC9A90121A581443
Octal254274232110223213024103
Binary1010110010111100100110101001010010110101011000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC9A; }

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

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

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

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

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

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

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

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