#ACBC96

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

Shades of Norway #ACBC96

Tints of Norway #ACBC96

Color information

#ACBC96 (or 0xACBC96) is unknown color: approx Norway. HEX triplet: AC, BC and 96. RGB value is (172,188,150). Sum of RGB (Red+Green+Blue) = 172+188+150=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC96 is #534369. Grayscale: #B3B3B3. Windows color (decimal): -5456746 or 9878700. OLE color: 9878700.

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

Color convert

RGB172188150-
CMYK0.0900.200.26
HSL85.26º22.09%66.27%-
HSV(B)85.26º20.21%73.73%-
XYZ40.546.9435.78-
YUV178.88111.7123.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=33.73%
G=36.86%
B=29.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881500.0900.200.2685.2622.0966.27
HexACBC9690141A551642
Octal254274226110243212526102
Binary1010110010111100100101101001010100110101010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC96; }

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

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

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

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

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

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

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

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