#99B687

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

Shades of Norway #99B687

Tints of Norway #99B687

Color information

#99B687 (or 0x99B687) is unknown color: approx Norway. HEX triplet: 99, B6 and 87. RGB value is (153,182,135). Sum of RGB (Red+Green+Blue) = 153+182+135=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #99B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B687 is #664978. Grayscale: #A8A8A8. Windows color (decimal): -6703481 or 8894105. OLE color: 8894105.

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

Color convert

RGB153182135-
CMYK0.1600.260.29
HSL97.02º24.35%62.16%-
HSV(B)97.02º25.82%71.37%-
XYZ34.2441.9829.22-
YUV167.97109.39117.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=32.55%
G=38.72%
B=28.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531821350.1600.260.2997.0224.3562.16
Hex99B6871001A1D61183e
Octal23126620720032351413076
Binary1001100110110110100001111000001101011101110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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