#99B08C

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

Shades of Norway #99B08C

Tints of Norway #99B08C

Color information

#99B08C (or 0x99B08C) is unknown color: approx Norway. HEX triplet: 99, B0 and 8C. RGB value is (153,176,140). Sum of RGB (Red+Green+Blue) = 153+176+140=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #99B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B08C is #664F73. Grayscale: #A5A5A5. Windows color (decimal): -6705012 or 9220249. OLE color: 9220249.

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

Color convert

RGB153176140-
CMYK0.1300.200.31
HSL98.33º18.56%61.96%-
HSV(B)98.33º20.45%69.02%-
XYZ33.439.7230.72-
YUV165.02113.88119.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=32.62%
G=37.53%
B=29.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531761400.1300.200.3198.3318.5661.96
Hex99B08CD0141F62133e
Octal23126021415024371422376
Binary100110011011000010001100110101010011111110001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,176,140); }

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

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

 a { background-color: rgb(153,176,140); }

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

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

 span { border-color: rgb(153,176,140); }

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