#9BB28E

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

Shades of Norway #9BB28E

Tints of Norway #9BB28E

Color information

#9BB28E (or 0x9BB28E) is unknown color: approx Norway. HEX triplet: 9B, B2 and 8E. RGB value is (155,178,142). Sum of RGB (Red+Green+Blue) = 155+178+142=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB28E is #644D71. Grayscale: #A7A7A7. Windows color (decimal): -6573426 or 9351835. OLE color: 9351835.

HSL color Cylindrical-coordinate representation of color #9BB28E: hue angle of 98.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BB28E is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB155178142-
CMYK0.1300.200.30
HSL98.33º18.95%62.75%-
HSV(B)98.33º20.22%69.8%-
XYZ34.3240.7631.65-
YUV167.02113.88119.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=32.63%
G=37.47%
B=29.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781420.1300.200.3098.3318.9562.75
Hex9BB28ED0141E62133f
Octal23326221615024361422377
Binary100110111011001010001110110101010011110110001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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