#99B488

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

Shades of Norway #99B488

Tints of Norway #99B488

Color information

#99B488 (or 0x99B488) is unknown color: approx Norway. HEX triplet: 99, B4 and 88. RGB value is (153,180,136). Sum of RGB (Red+Green+Blue) = 153+180+136=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #99B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B488 is #664B77. Grayscale: #A7A7A7. Windows color (decimal): -6703992 or 8959129. OLE color: 8959129.

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

Color convert

RGB153180136-
CMYK0.1500.240.29
HSL96.82º22.68%61.96%-
HSV(B)96.82º24.44%70.59%-
XYZ33.941.1929.46-
YUV166.91110.55118.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=32.62%
G=38.38%
B=29.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801360.1500.240.2996.8222.6861.96
Hex99B488F0181D61173e
Octal23126421017030351412776
Binary100110011011010010001000111101100011101110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,136); }

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

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

 a { background-color: rgb(153,180,136); }

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

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

 span { border-color: rgb(153,180,136); }

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