#ACBD90

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

Shades of Norway #ACBD90

Tints of Norway #ACBD90

Color information

#ACBD90 (or 0xACBD90) is unknown color: approx Norway. HEX triplet: AC, BD and 90. RGB value is (172,189,144). Sum of RGB (Red+Green+Blue) = 172+189+144=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD90 is #53426F. Grayscale: #B2B2B2. Windows color (decimal): -5456496 or 9485740. OLE color: 9485740.

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

Color convert

RGB172189144-
CMYK0.0900.240.26
HSL82.67º25.42%65.29%-
HSV(B)82.67º23.81%74.12%-
XYZ40.2447.1833.37-
YUV178.79108.37123.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=34.06%
G=37.43%
B=28.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891440.0900.240.2682.6725.4265.29
HexACBD9090181A531941
Octal254275220110303212331101
Binary1010110010111101100100001001011000110101010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD90; }

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

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

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

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

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

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

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

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