#ACBD97

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

Shades of Norway #ACBD97

Tints of Norway #ACBD97

Color information

#ACBD97 (or 0xACBD97) is unknown color: approx Norway. HEX triplet: AC, BD and 97. RGB value is (172,189,151). Sum of RGB (Red+Green+Blue) = 172+189+151=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD97 is #534268. Grayscale: #B3B3B3. Windows color (decimal): -5456489 or 9944492. OLE color: 9944492.

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

Color convert

RGB172189151-
CMYK0.0900.200.26
HSL86.84º22.35%66.67%-
HSV(B)86.84º20.11%74.12%-
XYZ40.847.436.28-
YUV179.58111.87122.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=33.59%
G=36.91%
B=29.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891510.0900.200.2686.8422.3566.67
HexACBD9790141A571643
Octal254275227110243212726103
Binary1010110010111101100101111001010100110101010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD97; }

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

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

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

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

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

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

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

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