#ACBE94

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

Shades of Norway #ACBE94

Tints of Norway #ACBE94

Color information

#ACBE94 (or 0xACBE94) is unknown color: approx Norway. HEX triplet: AC, BE and 94. RGB value is (172,190,148). Sum of RGB (Red+Green+Blue) = 172+190+148=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE94 is #53416B. Grayscale: #B3B3B3. Windows color (decimal): -5456236 or 9748140. OLE color: 9748140.

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

Color convert

RGB172190148-
CMYK0.0900.220.25
HSL85.71º24.42%66.27%-
HSV(B)85.71º22.11%74.51%-
XYZ40.7747.7435.08-
YUV179.83110.04122.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=33.73%
G=37.25%
B=29.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901480.0900.220.2585.7124.4266.27
HexACBE94901619561842
Octal254276224110263112630102
Binary1010110010111110100101001001010110110011010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE94; }

 p { color: rgb(172,190,148); }

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

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

 a { background-color: rgb(172,190,148); }

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

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

 span { border-color: rgb(172,190,148); }

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