Shades of Norway #99B38A
Tints of Norway #99B38A
RGB
CMYK
RGB Variations
Color information
#99B38A (or 0x99B38A) is known color: Norway. HEX triplet: 99, B3 and 8A. RGB value is (153,179,138). Sum of RGB (Red+Green+Blue) = 153+179+138=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #99B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B38A is #664C75. Grayscale: #A6A6A6. Windows color (decimal): -6704246 or 9089945. OLE color: 9089945.
HSL color Cylindrical-coordinate representation of color #99B38A: hue angle of 98.05º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B38A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 138 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.30 |
| HSL | 98.05º | 0.21% | 0.62% | - |
| HSV(B) | 98.05º | 0.23% | 0.7% | - |
| XYZ | 33.84 | 40.85 | 30.15 | - |
| YUV | 166.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 138 | 0.15 | 0 | 0.23 | 0.30 | 98.05 | 0.21 | 0.62 |
| Hex | 99 | B3 | 8A | F | 0 | 17 | 1E | 62 | 15 | 3E |
| Octal | 231 | 263 | 212 | 17 | 0 | 27 | 36 | 142 | 25 | 76 |
| Binary | 10011001 | 10110011 | 10001010 | 1111 | 0 | 10111 | 11110 | 1100010 | 10101 | 111110 |
Color Harmonies of #99B38A
Complementary color
Monochromatic Colors of #99B38A
Black with #99B38A
Text Example
Text Example
White with #99B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B38A; }
p { color: rgb(153,179,138); }
H1.HeaderClassName
{
color: #99B38A;
}
.AnyTagClassName
{
color: #99B38A;
}
</style>
background-color css
<style>
a { background-color: #99B38A; }
a { background-color: rgb(153,179,138); }
div.DivClassName
{
background-color: #99B38A;
}
.BgClassName
{
background-color: #99B38A;
}
</style>
border-color css
<style>
span { border-color: #99B38A; }
span { border-color: rgb(153,179,138); }
td.TdClassName
{
border-color: #99B38A;
}
.TagClassName
{
border-color: #99B38A;
}
</style>