#9BB48E

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

Shades of Norway #9BB48E

Tints of Norway #9BB48E

Color information

#9BB48E (or 0x9BB48E) is unknown color: approx Norway. HEX triplet: 9B, B4 and 8E. RGB value is (155,180,142). Sum of RGB (Red+Green+Blue) = 155+180+142=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB48E is #644B71. Grayscale: #A8A8A8. Windows color (decimal): -6572914 or 9352347. OLE color: 9352347.

HSL color Cylindrical-coordinate representation of color #9BB48E: hue angle of 99.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB48E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB155180142-
CMYK0.1400.210.29
HSL99.47º20.21%63.14%-
HSV(B)99.47º21.11%70.59%-
XYZ34.7241.5631.78-
YUV168.19113.22118.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=32.49%
G=37.74%
B=29.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801420.1400.210.2999.4720.2163.14
Hex9BB48EE0151D63143f
Octal23326421616025351432477
Binary100110111011010010001110111001010111101110001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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