#96BA4B

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

Shades of Atlantis #96BA4B

Tints of Atlantis #96BA4B

Color information

#96BA4B (or 0x96BA4B) is unknown color: approx Atlantis. HEX triplet: 96, BA and 4B. RGB value is (150,186,75). Sum of RGB (Red+Green+Blue) = 150+186+75=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA4B is #6945B4. Grayscale: #A2A2A2. Windows color (decimal): -6899125 or 4962966. OLE color: 4962966.

HSL color Cylindrical-coordinate representation of color #96BA4B: hue angle of 79.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96BA4B is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB15018675-
CMYK0.1900.600.27
HSL79.46º44.58%51.18%-
HSV(B)79.46º59.68%72.94%-
XYZ31.4142.1113.13-
YUV162.5878.57119.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=36.50%
G=45.26%
B=18.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186750.1900.600.2779.4644.5851.18
Hex96BA4B1303C1B4f2d33
Octal22627211323074331175563
Binary10010110101110101001011100110111100110111001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,75); }

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

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

 a { background-color: rgb(150,186,75); }

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

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

 span { border-color: rgb(150,186,75); }

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