#ACBD91

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

Shades of Norway #ACBD91

Tints of Norway #ACBD91

Color information

#ACBD91 (or 0xACBD91) is unknown color: approx Norway. HEX triplet: AC, BD and 91. RGB value is (172,189,145). Sum of RGB (Red+Green+Blue) = 172+189+145=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD91 is #53426E. Grayscale: #B3B3B3. Windows color (decimal): -5456495 or 9551276. OLE color: 9551276.

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

Color convert

RGB172189145-
CMYK0.0900.230.26
HSL83.18º25%65.49%-
HSV(B)83.18º23.28%74.12%-
XYZ40.3247.2133.78-
YUV178.9108.87123.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=33.99%
G=37.35%
B=28.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891450.0900.230.2683.182565.49
HexACBD9190171A531941
Octal254275221110273212331101
Binary1010110010111101100100011001010111110101010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD91; }

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

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

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

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

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

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

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

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