#ACBD9B

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

Shades of Norway #ACBD9B

Tints of Norway #ACBD9B

Color information

#ACBD9B (or 0xACBD9B) is unknown color: approx Norway. HEX triplet: AC, BD and 9B. RGB value is (172,189,155). Sum of RGB (Red+Green+Blue) = 172+189+155=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9B is #534264. Grayscale: #B4B4B4. Windows color (decimal): -5456485 or 10206636. OLE color: 10206636.

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

Color convert

RGB172189155-
CMYK0.0900.180.26
HSL90º20.48%67.45%-
HSV(B)90º17.99%74.12%-
XYZ41.1347.5338.02-
YUV180.04113.87122.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=33.33%
G=36.63%
B=30.04%

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
Decimal1721891550.0900.180.269020.4867.45
HexACBD9B90121A5a1443
Octal254275233110223213224103
Binary1010110010111101100110111001010010110101011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD9B; }

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

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

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

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

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

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

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

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