#96BC84

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

Shades of Norway #96BC84

Tints of Norway #96BC84

Color information

#96BC84 (or 0x96BC84) is unknown color: approx Norway. HEX triplet: 96, BC and 84. RGB value is (150,188,132). Sum of RGB (Red+Green+Blue) = 150+188+132=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC84 is #69437B. Grayscale: #AAAAAA. Windows color (decimal): -6898556 or 8699030. OLE color: 8699030.

HSL color Cylindrical-coordinate representation of color #96BC84: hue angle of 100.71º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BC84 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB150188132-
CMYK0.2000.300.26
HSL100.71º29.47%62.75%-
HSV(B)100.71º29.79%73.73%-
XYZ34.7344.1228.51-
YUV170.25106.41113.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=31.91%
G=40%
B=28.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881320.2000.300.26100.7129.4762.75
Hex96BC841401E1A651d3f
Octal22627420424036321453577
Binary1001011010111100100001001010001111011010110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,132); }

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

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

 a { background-color: rgb(150,188,132); }

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

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

 span { border-color: rgb(150,188,132); }

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