#99B78B

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

Shades of Norway #99B78B

Tints of Norway #99B78B

Color information

#99B78B (or 0x99B78B) is unknown color: approx Norway. HEX triplet: 99, B7 and 8B. RGB value is (153,183,139). Sum of RGB (Red+Green+Blue) = 153+183+139=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #99B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B78B is #664874. Grayscale: #A9A9A9. Windows color (decimal): -6703221 or 9156505. OLE color: 9156505.

HSL color Cylindrical-coordinate representation of color #99B78B: hue angle of 100.91º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B78B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB153183139-
CMYK0.1600.240.28
HSL100.91º23.4%63.14%-
HSV(B)100.91º24.04%71.76%-
XYZ34.7342.530.8-
YUV169.01111.06116.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=32.21%
G=38.53%
B=29.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831390.1600.240.28100.9123.463.14
Hex99B78B100181C65173f
Octal23126721320030341452777
Binary1001100110110111100010111000001100011100110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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