#99B487

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

Shades of Norway #99B487

Tints of Norway #99B487

Color information

#99B487 (or 0x99B487) is unknown color: approx Norway. HEX triplet: 99, B4 and 87. RGB value is (153,180,135). Sum of RGB (Red+Green+Blue) = 153+180+135=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #99B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B487 is #664B78. Grayscale: #A6A6A6. Windows color (decimal): -6703993 or 8893593. OLE color: 8893593.

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

Color convert

RGB153180135-
CMYK0.1500.250.29
HSL96º23.08%61.76%-
HSV(B)96º25%70.59%-
XYZ33.8341.1629.08-
YUV166.8110.05118.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=32.69%
G=38.46%
B=28.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801350.1500.250.299623.0861.76
Hex99B487F0191D60173e
Octal23126420717031351402776
Binary100110011011010010000111111101100111101110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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