#99B58B

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

Shades of Norway #99B58B

Tints of Norway #99B58B

Color information

#99B58B (or 0x99B58B) is unknown color: approx Norway. HEX triplet: 99, B5 and 8B. RGB value is (153,181,139). Sum of RGB (Red+Green+Blue) = 153+181+139=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #99B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B58B is #664A74. Grayscale: #A7A7A7. Windows color (decimal): -6703733 or 9155993. OLE color: 9155993.

HSL color Cylindrical-coordinate representation of color #99B58B: hue angle of 100º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B58B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB153181139-
CMYK0.1500.230.29
HSL100º22.11%62.75%-
HSV(B)100º23.2%70.98%-
XYZ34.3241.6830.66-
YUV167.84111.72117.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=32.35%
G=38.27%
B=29.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531811390.1500.230.2910022.1162.75
Hex99B58BF0171D64163f
Octal23126521317027351442677
Binary100110011011010110001011111101011111101110010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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