#96B643

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

Shades of Atlantis #96B643

Tints of Atlantis #96B643

Color information

#96B643 (or 0x96B643) is unknown color: approx Atlantis. HEX triplet: 96, B6 and 43. RGB value is (150,182,67). Sum of RGB (Red+Green+Blue) = 150+182+67=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #96B643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B643 is #6949BC. Grayscale: #9F9F9F. Windows color (decimal): -6900157 or 4437654. OLE color: 4437654.

HSL color Cylindrical-coordinate representation of color #96B643: hue angle of 76.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96B643 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB15018267-
CMYK0.1800.630.29
HSL76.7º46.18%48.82%-
HSV(B)76.7º63.19%71.37%-
XYZ30.3240.3511.5-
YUV159.3275.9121.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=37.59%
G=45.61%
B=16.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150182670.1800.630.2976.746.1848.82
Hex96B6431203F1D4d2e31
Octal22626610322077351155661
Binary10010110101101101000011100100111111111011001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,182,67); }

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

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

 a { background-color: rgb(150,182,67); }

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

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

 span { border-color: rgb(150,182,67); }

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