#95B947

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

Shades of Atlantis #95B947

Tints of Atlantis #95B947

Color information

#95B947 (or 0x95B947) is unknown color: approx Atlantis. HEX triplet: 95, B9 and 47. RGB value is (149,185,71). Sum of RGB (Red+Green+Blue) = 149+185+71=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #95B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B947 is #6A46B8. Grayscale: #A1A1A1. Windows color (decimal): -6964921 or 4700565. OLE color: 4700565.

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

Color convert

RGB14918571-
CMYK0.1900.620.27
HSL78.95º44.88%50.2%-
HSV(B)78.95º61.62%72.55%-
XYZ30.8841.5412.35-
YUV161.2477.07119.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=36.79%
G=45.68%
B=17.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149185710.1900.620.2778.9544.8850.2
Hex95B9471303E1B4f2d32
Octal22527110723076331175562
Binary10010101101110011000111100110111110110111001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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