#9BB884

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

Shades of Norway #9BB884

Tints of Norway #9BB884

Color information

#9BB884 (or 0x9BB884) is unknown color: approx Norway. HEX triplet: 9B, B8 and 84. RGB value is (155,184,132). Sum of RGB (Red+Green+Blue) = 155+184+132=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB884 is #64477B. Grayscale: #A9A9A9. Windows color (decimal): -6571900 or 8698011. OLE color: 8698011.

HSL color Cylindrical-coordinate representation of color #9BB884: hue angle of 93.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB884 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB155184132-
CMYK0.1600.280.28
HSL93.46º26.8%61.96%-
HSV(B)93.46º28.26%72.16%-
XYZ34.8242.9228.28-
YUV169.4106.89117.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=32.91%
G=39.07%
B=28.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841320.1600.280.2893.4626.861.96
Hex9BB8841001C1C5d1b3e
Octal23327020420034341353376
Binary1001101110111000100001001000001110011100101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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