#96BB83

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

Shades of Norway #96BB83

Tints of Norway #96BB83

Color information

#96BB83 (or 0x96BB83) is unknown color: approx Norway. HEX triplet: 96, BB and 83. RGB value is (150,187,131). Sum of RGB (Red+Green+Blue) = 150+187+131=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB83 is #69447C. Grayscale: #A9A9A9. Windows color (decimal): -6898813 or 8633238. OLE color: 8633238.

HSL color Cylindrical-coordinate representation of color #96BB83: hue angle of 99.64º degrees, saturation: 0.29, 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 #96BB83 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB150187131-
CMYK0.2000.300.27
HSL99.64º29.17%62.35%-
HSV(B)99.64º29.95%73.33%-
XYZ34.4443.6628.09-
YUV169.55106.24114.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=32.05%
G=39.96%
B=27.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871310.2000.300.2799.6429.1762.35
Hex96BB831401E1B641d3e
Octal22627320324036331443576
Binary1001011010111011100000111010001111011011110010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BB83; }

 p { color: rgb(150,187,131); }

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

<style>
 a { background-color: #96BB83; }

 a { background-color: rgb(150,187,131); }

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

<style>
 span { border-color: #96BB83; }

 span { border-color: rgb(150,187,131); }

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