#ACBF9A

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

Shades of Norway #ACBF9A

Tints of Norway #ACBF9A

Color information

#ACBF9A (or 0xACBF9A) is unknown color: approx Norway. HEX triplet: AC, BF and 9A. RGB value is (172,191,154). Sum of RGB (Red+Green+Blue) = 172+191+154=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF9A is #534065. Grayscale: #B5B5B5. Windows color (decimal): -5455974 or 10141612. OLE color: 10141612.

HSL color Cylindrical-coordinate representation of color #ACBF9A: hue angle of 90.81º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBF9A is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB172191154-
CMYK0.1000.190.25
HSL90.81º22.42%67.65%-
HSV(B)90.81º19.37%74.9%-
XYZ41.4848.3737.72-
YUV181.1112.71121.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=33.27%
G=36.94%
B=29.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911540.1000.190.2590.8122.4267.65
HexACBF9AA013195b1644
Octal254277232120233113326104
Binary1010110010111111100110101010010011110011011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF9A; }

 p { color: rgb(172,191,154); }

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

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

 a { background-color: rgb(172,191,154); }

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

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

 span { border-color: rgb(172,191,154); }

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