#96B840

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

Shades of Atlantis #96B840

Tints of Atlantis #96B840

Color information

#96B840 (or 0x96B840) is unknown color: approx Atlantis. HEX triplet: 96, B8 and 40. RGB value is (150,184,64). Sum of RGB (Red+Green+Blue) = 150+184+64=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #96B840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B840 is #6947BF. Grayscale: #A0A0A0. Windows color (decimal): -6899648 or 4241558. OLE color: 4241558.

HSL color Cylindrical-coordinate representation of color #96B840: hue angle of 77º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96B840 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB15018464-
CMYK0.1800.650.28
HSL77º48.39%48.63%-
HSV(B)77º65.22%72.16%-
XYZ30.6441.1411.18-
YUV160.1573.74120.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 184 (72.27% from 255) = 46.23%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=37.69%
G=46.23%
B=16.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150184640.1800.650.287748.3948.63
Hex96B840120411C4d3031
Octal226270100220101341156061
Binary100101101011100010000001001001000001111001001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,64); }

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

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

 a { background-color: rgb(150,184,64); }

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

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

 span { border-color: rgb(150,184,64); }

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