#96BD4C

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

Shades of Atlantis #96BD4C

Tints of Atlantis #96BD4C

Color information

#96BD4C (or 0x96BD4C) is unknown color: approx Atlantis. HEX triplet: 96, BD and 4C. RGB value is (150,189,76). Sum of RGB (Red+Green+Blue) = 150+189+76=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD4C is #6942B3. Grayscale: #A4A4A4. Windows color (decimal): -6898356 or 5029270. OLE color: 5029270.

HSL color Cylindrical-coordinate representation of color #96BD4C: hue angle of 80.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96BD4C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB15018976-
CMYK0.2100.600.26
HSL80.71º46.12%51.96%-
HSV(B)80.71º59.79%74.12%-
XYZ32.0843.413.52-
YUV164.4678.08117.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 76 (30.08% from 255) = 18.31%
R=36.14%
G=45.54%
B=18.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150189760.2100.600.2680.7146.1251.96
Hex96BD4C1503C1A512e34
Octal22627511425074321215664
Binary10010110101111011001100101010111100110101010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,189,76); }

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

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

 a { background-color: rgb(150,189,76); }

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

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

 span { border-color: rgb(150,189,76); }

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