#99BA83

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

Shades of Norway #99BA83

Tints of Norway #99BA83

Color information

#99BA83 (or 0x99BA83) is unknown color: approx Norway. HEX triplet: 99, BA and 83. RGB value is (153,186,131). Sum of RGB (Red+Green+Blue) = 153+186+131=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA83 is #66457C. Grayscale: #AAAAAA. Windows color (decimal): -6702461 or 8632985. OLE color: 8632985.

HSL color Cylindrical-coordinate representation of color #99BA83: hue angle of 96º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BA83 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB153186131-
CMYK0.1800.300.27
HSL96º28.5%62.16%-
HSV(B)96º29.57%72.94%-
XYZ34.7943.5328.04-
YUV169.86106.07115.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=32.55%
G=39.57%
B=27.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861310.1800.300.279628.562.16
Hex99BA831201E1B601c3e
Octal23127220322036331403476
Binary1001100110111010100000111001001111011011110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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