#99B686

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

Shades of Norway #99B686

Tints of Norway #99B686

Color information

#99B686 (or 0x99B686) is unknown color: approx Norway. HEX triplet: 99, B6 and 86. RGB value is (153,182,134). Sum of RGB (Red+Green+Blue) = 153+182+134=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #99B686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B686 is #664979. Grayscale: #A8A8A8. Windows color (decimal): -6703482 or 8828569. OLE color: 8828569.

HSL color Cylindrical-coordinate representation of color #99B686: hue angle of 96.25º degrees, saturation: 0.25, 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 #99B686 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB153182134-
CMYK0.1600.260.29
HSL96.25º24.74%61.96%-
HSV(B)96.25º26.37%71.37%-
XYZ34.1741.9528.85-
YUV167.86108.89117.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=32.62%
G=38.81%
B=28.57%

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
Decimal1531821340.1600.260.2996.2524.7461.96
Hex99B6861001A1D60193e
Octal23126620620032351403176
Binary1001100110110110100001101000001101011101110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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