#ACBB99

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

Shades of Norway #ACBB99

Tints of Norway #ACBB99

Color information

#ACBB99 (or 0xACBB99) is unknown color: approx Norway. HEX triplet: AC, BB and 99. RGB value is (172,187,153). Sum of RGB (Red+Green+Blue) = 172+187+153=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB99 is #534466. Grayscale: #B2B2B2. Windows color (decimal): -5456999 or 10075052. OLE color: 10075052.

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

Color convert

RGB172187153-
CMYK0.0800.180.27
HSL86.47º20%66.67%-
HSV(B)86.47º18.18%73.33%-
XYZ40.5346.6137-
YUV178.64113.53123.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=33.59%
G=36.52%
B=29.88%

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
Decimal1721871530.0800.180.2786.472066.67
HexACBB9980121B561443
Octal254273231100223312624103
Binary1010110010111011100110011000010010110111010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB99; }

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

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

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

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

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

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

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

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