#ACBC94

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

Shades of Norway #ACBC94

Tints of Norway #ACBC94

Color information

#ACBC94 (or 0xACBC94) is unknown color: approx Norway. HEX triplet: AC, BC and 94. RGB value is (172,188,148). Sum of RGB (Red+Green+Blue) = 172+188+148=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC94 is #53436B. Grayscale: #B2B2B2. Windows color (decimal): -5456748 or 9747628. OLE color: 9747628.

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

Color convert

RGB172188148-
CMYK0.0900.210.26
HSL84º22.99%65.88%-
HSV(B)84º21.28%73.73%-
XYZ40.3446.8834.94-
YUV178.66110.7123.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=33.86%
G=37.01%
B=29.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881480.0900.210.268422.9965.88
HexACBC9490151A541742
Octal254274224110253212427102
Binary1010110010111100100101001001010101110101010100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC94; }

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

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

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

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

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

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

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

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