#95B545

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

Shades of Atlantis #95B545

Tints of Atlantis #95B545

Color information

#95B545 (or 0x95B545) is unknown color: approx Atlantis. HEX triplet: 95, B5 and 45. RGB value is (149,181,69). Sum of RGB (Red+Green+Blue) = 149+181+69=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #95B545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B545 is #6A4ABA. Grayscale: #9F9F9F. Windows color (decimal): -6965947 or 4568469. OLE color: 4568469.

HSL color Cylindrical-coordinate representation of color #95B545: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95B545 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB14918169-
CMYK0.1800.620.29
HSL77.14º44.8%49.02%-
HSV(B)77.14º61.88%70.98%-
XYZ29.9939.8711.74-
YUV158.6677.4121.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=37.34%
G=45.36%
B=17.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181690.1800.620.2977.1444.849.02
Hex95B5451203E1D4d2d31
Octal22526510522076351155561
Binary10010101101101011000101100100111110111011001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,69); }

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

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

 a { background-color: rgb(149,181,69); }

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

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

 span { border-color: rgb(149,181,69); }

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