#95BB4A

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

Shades of Atlantis #95BB4A

Tints of Atlantis #95BB4A

Color information

#95BB4A (or 0x95BB4A) is unknown color: approx Atlantis. HEX triplet: 95, BB and 4A. RGB value is (149,187,74). Sum of RGB (Red+Green+Blue) = 149+187+74=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BB4A is #6A44B5. Grayscale: #A3A3A3. Windows color (decimal): -6964406 or 4897685. OLE color: 4897685.

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

Color convert

RGB14918774-
CMYK0.2000.600.27
HSL80.18º45.38%51.18%-
HSV(B)80.18º60.43%73.33%-
XYZ31.442.4213.01-
YUV162.7677.91118.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=36.34%
G=45.61%
B=18.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149187740.2000.600.2780.1845.3851.18
Hex95BB4A1403C1B502d33
Octal22527311224074331205563
Binary10010101101110111001010101000111100110111010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,74); }

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

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

 a { background-color: rgb(149,187,74); }

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

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

 span { border-color: rgb(149,187,74); }

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