#ACBB95

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

Shades of Norway #ACBB95

Tints of Norway #ACBB95

Color information

#ACBB95 (or 0xACBB95) is unknown color: approx Norway. HEX triplet: AC, BB and 95. RGB value is (172,187,149). Sum of RGB (Red+Green+Blue) = 172+187+149=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB95 is #53446A. Grayscale: #B2B2B2. Windows color (decimal): -5457003 or 9812908. OLE color: 9812908.

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

Color convert

RGB172187149-
CMYK0.0800.200.27
HSL83.68º21.84%65.88%-
HSV(B)83.68º20.32%73.33%-
XYZ40.2146.4835.29-
YUV178.18111.53123.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=33.86%
G=36.81%
B=29.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871490.0800.200.2783.6821.8465.88
HexACBB9580141B541642
Octal254273225100243312426102
Binary1010110010111011100101011000010100110111010100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB95; }

 p { color: rgb(172,187,149); }

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

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

 a { background-color: rgb(172,187,149); }

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

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

 span { border-color: rgb(172,187,149); }

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