#ACBA98

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

Shades of Norway #ACBA98

Tints of Norway #ACBA98

Color information

#ACBA98 (or 0xACBA98) is unknown color: approx Norway. HEX triplet: AC, BA and 98. RGB value is (172,186,152). Sum of RGB (Red+Green+Blue) = 172+186+152=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA98 is #534567. Grayscale: #B2B2B2. Windows color (decimal): -5457256 or 10009260. OLE color: 10009260.

HSL color Cylindrical-coordinate representation of color #ACBA98: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBA98 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB172186152-
CMYK0.0800.180.27
HSL84.71º19.77%66.27%-
HSV(B)84.71º18.28%72.94%-
XYZ40.2446.1636.49-
YUV177.94113.36123.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=33.73%
G=36.47%
B=29.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861520.0800.180.2784.7119.7766.27
HexACBA9880121B551442
Octal254272230100223312524102
Binary1010110010111010100110001000010010110111010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA98; }

 p { color: rgb(172,186,152); }

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

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

 a { background-color: rgb(172,186,152); }

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

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

 span { border-color: rgb(172,186,152); }

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