#96BE41

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

Shades of Atlantis #96BE41

Tints of Atlantis #96BE41

Color information

#96BE41 (or 0x96BE41) is unknown color: approx Atlantis. HEX triplet: 96, BE and 41. RGB value is (150,190,65). Sum of RGB (Red+Green+Blue) = 150+190+65=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE41 is #6941BE. Grayscale: #A4A4A4. Windows color (decimal): -6898111 or 4308630. OLE color: 4308630.

HSL color Cylindrical-coordinate representation of color #96BE41: hue angle of 79.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96BE41 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB15019065-
CMYK0.2100.660.25
HSL79.2º49.02%50%-
HSV(B)79.2º65.79%74.51%-
XYZ31.9543.6911.75-
YUV163.7972.25118.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=37.04%
G=46.91%
B=16.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190650.2100.660.2579.249.0250
Hex96BE4115042194f3132
Octal226276101250102311176162
Binary100101101011111010000011010101000010110011001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,65); }

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

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

 a { background-color: rgb(150,190,65); }

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

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

 span { border-color: rgb(150,190,65); }

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