#ACBE96

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

Shades of Norway #ACBE96

Tints of Norway #ACBE96

Color information

#ACBE96 (or 0xACBE96) is unknown color: approx Norway. HEX triplet: AC, BE and 96. RGB value is (172,190,150). Sum of RGB (Red+Green+Blue) = 172+190+150=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE96 is #534169. Grayscale: #B4B4B4. Windows color (decimal): -5456234 or 9879212. OLE color: 9879212.

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

Color convert

RGB172190150-
CMYK0.0900.210.25
HSL87º23.53%66.67%-
HSV(B)87º21.05%74.51%-
XYZ40.9347.835.92-
YUV180.06111.04122.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=33.59%
G=37.11%
B=29.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901500.0900.210.258723.5366.67
HexACBE96901519571843
Octal254276226110253112730103
Binary1010110010111110100101101001010101110011010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE96; }

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

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

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

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

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

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

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

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