#ACBD98

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

Shades of Norway #ACBD98

Tints of Norway #ACBD98

Color information

#ACBD98 (or 0xACBD98) is unknown color: approx Norway. HEX triplet: AC, BD and 98. RGB value is (172,189,152). Sum of RGB (Red+Green+Blue) = 172+189+152=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD98 is #534267. Grayscale: #B3B3B3. Windows color (decimal): -5456488 or 10010028. OLE color: 10010028.

HSL color Cylindrical-coordinate representation of color #ACBD98: hue angle of 87.57º 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 #ACBD98 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB172189152-
CMYK0.0900.200.26
HSL87.57º21.89%66.86%-
HSV(B)87.57º19.58%74.12%-
XYZ40.8847.4336.71-
YUV179.7112.37122.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=33.53%
G=36.84%
B=29.63%

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
Decimal1721891520.0900.200.2687.5721.8966.86
HexACBD9890141A581643
Octal254275230110243213026103
Binary1010110010111101100110001001010100110101011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD98; }

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

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

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

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

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

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

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

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