#99B18A

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

Shades of Norway #99B18A

Tints of Norway #99B18A

Color information

#99B18A (or 0x99B18A) is unknown color: approx Norway. HEX triplet: 99, B1 and 8A. RGB value is (153,177,138). Sum of RGB (Red+Green+Blue) = 153+177+138=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #99B18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B18A is #664E75. Grayscale: #A5A5A5. Windows color (decimal): -6704758 or 9089433. OLE color: 9089433.

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

Color convert

RGB153177138-
CMYK0.1400.220.31
HSL96.92º20%61.76%-
HSV(B)96.92º22.03%69.41%-
XYZ33.4540.0530.01-
YUV165.38112.55119.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=32.69%
G=37.82%
B=29.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531771380.1400.220.3196.922061.76
Hex99B18AE0161F61143e
Octal23126121216026371412476
Binary100110011011000110001010111001011011111110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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