#9BB88C

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

Shades of Norway #9BB88C

Tints of Norway #9BB88C

Color information

#9BB88C (or 0x9BB88C) is unknown color: approx Norway. HEX triplet: 9B, B8 and 8C. RGB value is (155,184,140). Sum of RGB (Red+Green+Blue) = 155+184+140=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB88C is #644773. Grayscale: #AAAAAA. Windows color (decimal): -6571892 or 9222299. OLE color: 9222299.

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

Color convert

RGB155184140-
CMYK0.1600.240.28
HSL99.55º23.66%63.53%-
HSV(B)99.55º23.91%72.16%-
XYZ35.3943.1431.27-
YUV170.31110.89117.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=32.36%
G=38.41%
B=29.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841400.1600.240.2899.5523.6663.53
Hex9BB88C100181C641840
Octal233270214200303414430100
Binary10011011101110001000110010000011000111001100100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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