#95b942

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

Shades of Atlantis #95B942

Tints of Atlantis #95B942

Color information

#95B942 (or 0x95B942) is unknown color: approx Atlantis. HEX triplet: 95, B9 and 42. RGB value is (149,185,66). Sum of RGB (Red+Green+Blue) = 149+185+66=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #95B942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B942 is #6A46BD. Grayscale: #A1A1A1. Windows color (decimal): -6964926 or 4372885. OLE color: 4372885.

HSL color Cylindrical-coordinate representation of color #95B942: hue angle of 78.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95B942 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB14918566-
CMYK0.1900.640.27
HSL78.15º47.41%49.22%-
HSV(B)78.15º64.32%72.55%-
XYZ30.7341.4811.54-
YUV160.6774.57119.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=37.25%
G=46.25%
B=16.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149185660.1900.640.2778.1547.4149.22
Hex95B942130401B4e2f31
Octal225271102230100331165761
Binary100101011011100110000101001101000000110111001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95b942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,66); }

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

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

 a { background-color: rgb(149,185,66); }

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

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

 span { border-color: rgb(149,185,66); }

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