#99B18B

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

Shades of Norway #99B18B

Tints of Norway #99B18B

Color information

#99B18B (or 0x99B18B) is unknown color: approx Norway. HEX triplet: 99, B1 and 8B. RGB value is (153,177,139). Sum of RGB (Red+Green+Blue) = 153+177+139=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #99B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B18B is #664E74. Grayscale: #A5A5A5. Windows color (decimal): -6704757 or 9154969. OLE color: 9154969.

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

Color convert

RGB153177139-
CMYK0.1400.210.31
HSL97.89º19.59%61.96%-
HSV(B)97.89º21.47%69.41%-
XYZ33.5240.0830.4-
YUV165.49113.05119.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=32.62%
G=37.74%
B=29.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531771390.1400.210.3197.8919.5961.96
Hex99B18BE0151F62143e
Octal23126121316025371422476
Binary100110011011000110001011111001010111111110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,177,139); }

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

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

 a { background-color: rgb(153,177,139); }

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

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

 span { border-color: rgb(153,177,139); }

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