#ACBC95

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

Shades of Norway #ACBC95

Tints of Norway #ACBC95

Color information

#ACBC95 (or 0xACBC95) is unknown color: approx Norway. HEX triplet: AC, BC and 95. RGB value is (172,188,149). Sum of RGB (Red+Green+Blue) = 172+188+149=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC95 is #53436A. Grayscale: #B2B2B2. Windows color (decimal): -5456747 or 9813164. OLE color: 9813164.

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

Color convert

RGB172188149-
CMYK0.0900.210.26
HSL84.62º22.54%66.08%-
HSV(B)84.62º20.74%73.73%-
XYZ40.4246.9135.36-
YUV178.77111.2123.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=33.79%
G=36.94%
B=29.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881490.0900.210.2684.6222.5466.08
HexACBC9590151A551742
Octal254274225110253212527102
Binary1010110010111100100101011001010101110101010101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC95; }

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

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

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

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

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

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

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

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