#ACBC9B

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

Shades of Norway #ACBC9B

Tints of Norway #ACBC9B

Color information

#ACBC9B (or 0xACBC9B) is unknown color: approx Norway. HEX triplet: AC, BC and 9B. RGB value is (172,188,155). Sum of RGB (Red+Green+Blue) = 172+188+155=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9B is #534364. Grayscale: #B3B3B3. Windows color (decimal): -5456741 or 10206380. OLE color: 10206380.

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

Color convert

RGB172188155-
CMYK0.0900.180.26
HSL89.09º19.76%67.25%-
HSV(B)89.09º17.55%73.73%-
XYZ40.9147.137.95-
YUV179.45114.2122.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=33.40%
G=36.50%
B=30.10%

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
Decimal1721881550.0900.180.2689.0919.7667.25
HexACBC9B90121A591443
Octal254274233110223213124103
Binary1010110010111100100110111001010010110101011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC9B; }

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

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

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

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

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

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

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

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