#9BAC84

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

Shades of Norway #9BAC84

Tints of Norway #9BAC84

Color information

#9BAC84 (or 0x9BAC84) is unknown color: approx Norway. HEX triplet: 9B, AC and 84. RGB value is (155,172,132). Sum of RGB (Red+Green+Blue) = 155+172+132=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC84 is #64537B. Grayscale: #A2A2A2. Windows color (decimal): -6574972 or 8694939. OLE color: 8694939.

HSL color Cylindrical-coordinate representation of color #9BAC84: hue angle of 85.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAC84 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB155172132-
CMYK0.1000.230.33
HSL85.5º19.42%59.61%-
HSV(B)85.5º23.26%67.45%-
XYZ32.4338.1427.48-
YUV162.36110.87122.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=33.77%
G=37.47%
B=28.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721320.1000.230.3385.519.4259.61
Hex9BAC84A0172155133c
Octal23325420412027411252374
Binary1001101110101100100001001010010111100001101010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAC84; }

 p { color: rgb(155,172,132); }

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

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

 a { background-color: rgb(155,172,132); }

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

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

 span { border-color: rgb(155,172,132); }

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