#ACBF92

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

Shades of Norway #ACBF92

Tints of Norway #ACBF92

Color information

#ACBF92 (or 0xACBF92) is unknown color: approx Norway. HEX triplet: AC, BF and 92. RGB value is (172,191,146). Sum of RGB (Red+Green+Blue) = 172+191+146=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF92 is #53406D. Grayscale: #B4B4B4. Windows color (decimal): -5455982 or 9617324. OLE color: 9617324.

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

Color convert

RGB172191146-
CMYK0.1000.240.25
HSL85.33º26.01%66.08%-
HSV(B)85.33º23.56%74.9%-
XYZ40.8348.1134.33-
YUV180.19108.71122.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=33.79%
G=37.52%
B=28.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911460.1000.240.2585.3326.0166.08
HexACBF92A01819551a42
Octal254277222120303112532102
Binary1010110010111111100100101010011000110011010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF92; }

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

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

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

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

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

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

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

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