#ACBB90

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

Shades of Norway #ACBB90

Tints of Norway #ACBB90

Color information

#ACBB90 (or 0xACBB90) is unknown color: approx Norway. HEX triplet: AC, BB and 90. RGB value is (172,187,144). Sum of RGB (Red+Green+Blue) = 172+187+144=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB90 is #53446F. Grayscale: #B1B1B1. Windows color (decimal): -5457008 or 9485228. OLE color: 9485228.

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

Color convert

RGB172187144-
CMYK0.0800.230.27
HSL80.93º24.02%64.9%-
HSV(B)80.93º22.99%73.33%-
XYZ39.8246.3233.23-
YUV177.61109.03124-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=34.19%
G=37.18%
B=28.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871440.0800.230.2780.9324.0264.9
HexACBB9080171B511841
Octal254273220100273312130101
Binary1010110010111011100100001000010111110111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB90; }

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

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

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

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

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

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

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

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