#ACBC99

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

Shades of Norway #ACBC99

Tints of Norway #ACBC99

Color information

#ACBC99 (or 0xACBC99) is unknown color: approx Norway. HEX triplet: AC, BC and 99. RGB value is (172,188,153). Sum of RGB (Red+Green+Blue) = 172+188+153=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC99 is #534366. Grayscale: #B3B3B3. Windows color (decimal): -5456743 or 10075308. OLE color: 10075308.

HSL color Cylindrical-coordinate representation of color #ACBC99: hue angle of 87.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBC99 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB172188153-
CMYK0.0900.190.26
HSL87.43º20.71%66.86%-
HSV(B)87.43º18.62%73.73%-
XYZ40.7547.0437.07-
YUV179.23113.2122.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=33.53%
G=36.65%
B=29.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881530.0900.190.2687.4320.7166.86
HexACBC9990131A571543
Octal254274231110233212725103
Binary1010110010111100100110011001010011110101010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC99; }

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

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

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

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

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

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

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

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