#ACBC90

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

Shades of Norway #ACBC90

Tints of Norway #ACBC90

Color information

#ACBC90 (or 0xACBC90) is unknown color: approx Norway. HEX triplet: AC, BC and 90. RGB value is (172,188,144). Sum of RGB (Red+Green+Blue) = 172+188+144=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC90 is #53436F. Grayscale: #B2B2B2. Windows color (decimal): -5456752 or 9485484. OLE color: 9485484.

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

Color convert

RGB172188144-
CMYK0.0900.230.26
HSL81.82º24.72%65.1%-
HSV(B)81.82º23.4%73.73%-
XYZ40.0346.7533.3-
YUV178.2108.7123.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=34.13%
G=37.30%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881440.0900.230.2681.8224.7265.1
HexACBC9090171A521941
Octal254274220110273212231101
Binary1010110010111100100100001001010111110101010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC90; }

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

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

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

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

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

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

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

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