#99B683

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

Shades of Norway #99B683

Tints of Norway #99B683

Color information

#99B683 (or 0x99B683) is unknown color: approx Norway. HEX triplet: 99, B6 and 83. RGB value is (153,182,131). Sum of RGB (Red+Green+Blue) = 153+182+131=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #99B683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B683 is #66497C. Grayscale: #A7A7A7. Windows color (decimal): -6703485 or 8631961. OLE color: 8631961.

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

Color convert

RGB153182131-
CMYK0.1600.280.29
HSL94.12º25.89%61.37%-
HSV(B)94.12º28.02%71.37%-
XYZ33.9641.8727.76-
YUV167.52107.39117.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=32.83%
G=39.06%
B=28.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531821310.1600.280.2994.1225.8961.37
Hex99B6831001C1D5e1a3d
Octal23126620320034351363275
Binary1001100110110110100000111000001110011101101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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