#ACBE90

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

Shades of Norway #ACBE90

Tints of Norway #ACBE90

Color information

#ACBE90 (or 0xACBE90) is unknown color: approx Norway. HEX triplet: AC, BE and 90. RGB value is (172,190,144). Sum of RGB (Red+Green+Blue) = 172+190+144=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE90 is #53416F. Grayscale: #B3B3B3. Windows color (decimal): -5456240 or 9485996. OLE color: 9485996.

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

Color convert

RGB172190144-
CMYK0.0900.240.25
HSL83.48º26.14%65.49%-
HSV(B)83.48º24.21%74.51%-
XYZ40.4647.6133.44-
YUV179.37108.04122.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=33.99%
G=37.55%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901440.0900.240.2583.4826.1465.49
HexACBE90901819531a41
Octal254276220110303112332101
Binary1010110010111110100100001001011000110011010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE90; }

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

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

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

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

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

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

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

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