#99B18C

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

Shades of Norway #99B18C

Tints of Norway #99B18C

Color information

#99B18C (or 0x99B18C) is unknown color: approx Norway. HEX triplet: 99, B1 and 8C. RGB value is (153,177,140). Sum of RGB (Red+Green+Blue) = 153+177+140=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #99B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B18C is #664E73. Grayscale: #A5A5A5. Windows color (decimal): -6704756 or 9220505. OLE color: 9220505.

HSL color Cylindrical-coordinate representation of color #99B18C: hue angle of 98.92º degrees, saturation: 0.19, 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 #99B18C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB153177140-
CMYK0.1400.210.31
HSL98.92º19.17%62.16%-
HSV(B)98.92º20.9%69.41%-
XYZ33.5940.1130.78-
YUV165.61113.55119.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=32.55%
G=37.66%
B=29.79%

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
Decimal1531771400.1400.210.3198.9219.1762.16
Hex99B18CE0151F63133e
Octal23126121416025371432376
Binary100110011011000110001100111001010111111110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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