#99B484

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

Shades of Norway #99B484

Tints of Norway #99B484

Color information

#99B484 (or 0x99B484) is unknown color: approx Norway. HEX triplet: 99, B4 and 84. RGB value is (153,180,132). Sum of RGB (Red+Green+Blue) = 153+180+132=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #99B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B484 is #664B7B. Grayscale: #A6A6A6. Windows color (decimal): -6703996 or 8696985. OLE color: 8696985.

HSL color Cylindrical-coordinate representation of color #99B484: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99B484 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB153180132-
CMYK0.1500.270.29
HSL93.75º24.24%61.18%-
HSV(B)93.75º26.67%70.59%-
XYZ33.6241.0827.99-
YUV166.46108.55118.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=32.90%
G=38.71%
B=28.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801320.1500.270.2993.7524.2461.18
Hex99B484F01B1D5e183d
Octal23126420417033351363075
Binary100110011011010010000100111101101111101101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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