Shades of Norway #99B28B
Tints of Norway #99B28B
RGB
CMYK
RGB Variations
Color information
#99B28B (or 0x99B28B) is known color: Norway. HEX triplet: 99, B2 and 8B. RGB value is (153,178,139). Sum of RGB (Red+Green+Blue) = 153+178+139=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #99B28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B28B is #664D74. Grayscale: #A6A6A6. Windows color (decimal): -6704501 or 9155225. OLE color: 9155225.
HSL color Cylindrical-coordinate representation of color #99B28B: hue angle of 98.46º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99B28B is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 139 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.30 |
| HSL | 98.46º | 0.2% | 0.62% | - |
| HSV(B) | 98.46º | 0.22% | 0.7% | - |
| XYZ | 33.72 | 40.48 | 30.46 | - |
| YUV | 166.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 139 | 0.14 | 0 | 0.22 | 0.30 | 98.46 | 0.2 | 0.62 |
| Hex | 99 | B2 | 8B | E | 0 | 16 | 1E | 62 | 14 | 3E |
| Octal | 231 | 262 | 213 | 16 | 0 | 26 | 36 | 142 | 24 | 76 |
| Binary | 10011001 | 10110010 | 10001011 | 1110 | 0 | 10110 | 11110 | 1100010 | 10100 | 111110 |
Color Harmonies of #99B28B
Complementary color
Monochromatic Colors of #99B28B
Black with #99B28B
Text Example
Text Example
White with #99B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B28B; }
p { color: rgb(153,178,139); }
H1.HeaderClassName
{
color: #99B28B;
}
.AnyTagClassName
{
color: #99B28B;
}
</style>
background-color css
<style>
a { background-color: #99B28B; }
a { background-color: rgb(153,178,139); }
div.DivClassName
{
background-color: #99B28B;
}
.BgClassName
{
background-color: #99B28B;
}
</style>
border-color css
<style>
span { border-color: #99B28B; }
span { border-color: rgb(153,178,139); }
td.TdClassName
{
border-color: #99B28B;
}
.TagClassName
{
border-color: #99B28B;
}
</style>