#99BA84

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

Shades of Norway #99BA84

Tints of Norway #99BA84

Color information

#99BA84 (or 0x99BA84) is unknown color: approx Norway. HEX triplet: 99, BA and 84. RGB value is (153,186,132). Sum of RGB (Red+Green+Blue) = 153+186+132=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA84 is #66457B. Grayscale: #AAAAAA. Windows color (decimal): -6702460 or 8698521. OLE color: 8698521.

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

Color convert

RGB153186132-
CMYK0.1800.290.27
HSL96.67º28.13%62.35%-
HSV(B)96.67º29.03%72.94%-
XYZ34.8643.5628.4-
YUV169.98106.57115.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=32.48%
G=39.49%
B=28.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861320.1800.290.2796.6728.1362.35
Hex99BA841201D1B611c3e
Octal23127220422035331413476
Binary1001100110111010100001001001001110111011110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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