#ACBD93

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

Shades of Norway #ACBD93

Tints of Norway #ACBD93

Color information

#ACBD93 (or 0xACBD93) is unknown color: approx Norway. HEX triplet: AC, BD and 93. RGB value is (172,189,147). Sum of RGB (Red+Green+Blue) = 172+189+147=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD93 is #53426C. Grayscale: #B3B3B3. Windows color (decimal): -5456493 or 9682348. OLE color: 9682348.

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

Color convert

RGB172189147-
CMYK0.0900.220.26
HSL84.29º24.14%65.88%-
HSV(B)84.29º22.22%74.12%-
XYZ40.4847.2734.59-
YUV179.13109.87122.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=33.86%
G=37.20%
B=28.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891470.0900.220.2684.2924.1465.88
HexACBD9390161A541842
Octal254275223110263212430102
Binary1010110010111101100100111001010110110101010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD93; }

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

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

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

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

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

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

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

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