#99AE83

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

Shades of Norway #99AE83

Tints of Norway #99AE83

Color information

#99AE83 (or 0x99AE83) is unknown color: approx Norway. HEX triplet: 99, AE and 83. RGB value is (153,174,131). Sum of RGB (Red+Green+Blue) = 153+174+131=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE83 is #66517C. Grayscale: #A2A2A2. Windows color (decimal): -6705533 or 8629913. OLE color: 8629913.

HSL color Cylindrical-coordinate representation of color #99AE83: hue angle of 89.3º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AE83 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB153174131-
CMYK0.1200.250.32
HSL89.3º20.98%59.8%-
HSV(B)89.3º24.71%68.24%-
XYZ32.3738.6827.23-
YUV162.82110.04121-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=33.41%
G=37.99%
B=28.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741310.1200.250.3289.320.9859.8
Hex99AE83C0192059153c
Octal23125620314031401312574
Binary1001100110101110100000111100011001100000101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,131); }

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

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

 a { background-color: rgb(153,174,131); }

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

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

 span { border-color: rgb(153,174,131); }

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