#95BA44

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

Shades of Atlantis #95BA44

Tints of Atlantis #95BA44

Color information

#95BA44 (or 0x95BA44) is unknown color: approx Atlantis. HEX triplet: 95, BA and 44. RGB value is (149,186,68). Sum of RGB (Red+Green+Blue) = 149+186+68=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA44 is #6A45BB. Grayscale: #A1A1A1. Windows color (decimal): -6964668 or 4504213. OLE color: 4504213.

HSL color Cylindrical-coordinate representation of color #95BA44: hue angle of 78.81º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95BA44 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14918668-
CMYK0.2000.630.27
HSL78.81º46.46%49.8%-
HSV(B)78.81º63.44%72.94%-
XYZ3141.9211.93-
YUV161.4875.24119.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=36.97%
G=46.15%
B=16.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186680.2000.630.2778.8146.4649.8
Hex95BA441403F1B4f2e32
Octal22527210424077331175662
Binary10010101101110101000100101000111111110111001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BA44; }

 p { color: rgb(149,186,68); }

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

<style>
 a { background-color: #95BA44; }

 a { background-color: rgb(149,186,68); }

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

<style>
 span { border-color: #95BA44; }

 span { border-color: rgb(149,186,68); }

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