#99B789

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

Shades of Norway #99B789

Tints of Norway #99B789

Color information

#99B789 (or 0x99B789) is unknown color: approx Norway. HEX triplet: 99, B7 and 89. RGB value is (153,183,137). Sum of RGB (Red+Green+Blue) = 153+183+137=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #99B789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B789 is #664876. Grayscale: #A8A8A8. Windows color (decimal): -6703223 or 9025433. OLE color: 9025433.

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

Color convert

RGB153183137-
CMYK0.1600.250.28
HSL99.13º24.21%62.75%-
HSV(B)99.13º25.14%71.76%-
XYZ34.5942.4530.04-
YUV168.79110.06116.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=32.35%
G=38.69%
B=28.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831370.1600.250.2899.1324.2162.75
Hex99B789100191C63183f
Octal23126721120031341433077
Binary1001100110110111100010011000001100111100110001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B789; }

 p { color: rgb(153,183,137); }

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

<style>
 a { background-color: #99B789; }

 a { background-color: rgb(153,183,137); }

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

<style>
 span { border-color: #99B789; }

 span { border-color: rgb(153,183,137); }

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