#96BC44

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

Shades of Atlantis #96BC44

Tints of Atlantis #96BC44

Color information

#96BC44 (or 0x96BC44) is unknown color: approx Atlantis. HEX triplet: 96, BC and 44. RGB value is (150,188,68). Sum of RGB (Red+Green+Blue) = 150+188+68=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC44 is #6943BB. Grayscale: #A3A3A3. Windows color (decimal): -6898620 or 4504726. OLE color: 4504726.

HSL color Cylindrical-coordinate representation of color #96BC44: hue angle of 79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96BC44 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB15018868-
CMYK0.2000.640.26
HSL79º47.24%50.2%-
HSV(B)79º63.83%73.73%-
XYZ31.642.8712.08-
YUV162.9674.41118.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=36.95%
G=46.31%
B=16.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150188680.2000.640.267947.2450.2
Hex96BC44140401A4f2f32
Octal226274104240100321175762
Binary100101101011110010001001010001000000110101001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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