#95BA48

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

Shades of Atlantis #95BA48

Tints of Atlantis #95BA48

Color information

#95BA48 (or 0x95BA48) is unknown color: approx Atlantis. HEX triplet: 95, BA and 48. RGB value is (149,186,72). Sum of RGB (Red+Green+Blue) = 149+186+72=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA48 is #6A45B7. Grayscale: #A2A2A2. Windows color (decimal): -6964664 or 4766357. OLE color: 4766357.

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

Color convert

RGB14918672-
CMYK0.2000.610.27
HSL79.47º45.24%50.59%-
HSV(B)79.47º61.29%72.94%-
XYZ31.1241.9812.59-
YUV161.9477.24118.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=36.61%
G=45.70%
B=17.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186720.2000.610.2779.4745.2450.59
Hex95BA481403D1B4f2d33
Octal22527211024075331175563
Binary10010101101110101001000101000111101110111001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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