#9BB288

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

Shades of Norway #9BB288

Tints of Norway #9BB288

Color information

#9BB288 (or 0x9BB288) is unknown color: approx Norway. HEX triplet: 9B, B2 and 88. RGB value is (155,178,136). Sum of RGB (Red+Green+Blue) = 155+178+136=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB288 is #644D77. Grayscale: #A6A6A6. Windows color (decimal): -6573432 or 8958619. OLE color: 8958619.

HSL color Cylindrical-coordinate representation of color #9BB288: hue angle of 92.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB288 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB155178136-
CMYK0.1300.240.30
HSL92.86º21.43%61.57%-
HSV(B)92.86º23.6%69.8%-
XYZ33.8840.5929.34-
YUV166.33110.88119.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=33.05%
G=37.95%
B=29.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781360.1300.240.3092.8621.4361.57
Hex9BB288D0181E5d153e
Octal23326221015030361352576
Binary100110111011001010001000110101100011110101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,136); }

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

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

 a { background-color: rgb(155,178,136); }

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

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

 span { border-color: rgb(155,178,136); }

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