#99B78A

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

Shades of Norway #99B78A

Tints of Norway #99B78A

Color information

#99B78A (or 0x99B78A) is unknown color: approx Norway. HEX triplet: 99, B7 and 8A. RGB value is (153,183,138). Sum of RGB (Red+Green+Blue) = 153+183+138=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #99B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B78A is #664875. Grayscale: #A9A9A9. Windows color (decimal): -6703222 or 9090969. OLE color: 9090969.

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

Color convert

RGB153183138-
CMYK0.1600.250.28
HSL100º23.81%62.94%-
HSV(B)100º24.59%71.76%-
XYZ34.6642.4730.42-
YUV168.9110.56116.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=32.28%
G=38.61%
B=29.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831380.1600.250.2810023.8162.94
Hex99B78A100191C64183f
Octal23126721220031341443077
Binary1001100110110111100010101000001100111100110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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