#95BD4C

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

Shades of Atlantis #95BD4C

Tints of Atlantis #95BD4C

Color information

#95BD4C (or 0x95BD4C) is unknown color: approx Atlantis. HEX triplet: 95, BD and 4C. RGB value is (149,189,76). Sum of RGB (Red+Green+Blue) = 149+189+76=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD4C is #6A42B3. Grayscale: #A4A4A4. Windows color (decimal): -6963892 or 5029269. OLE color: 5029269.

HSL color Cylindrical-coordinate representation of color #95BD4C: hue angle of 81.24º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95BD4C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB14918976-
CMYK0.2100.600.26
HSL81.24º46.12%51.96%-
HSV(B)81.24º59.79%74.12%-
XYZ31.943.3113.52-
YUV164.1678.25117.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=35.99%
G=45.65%
B=18.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149189760.2100.600.2681.2446.1251.96
Hex95BD4C1503C1A512e34
Octal22527511425074321215664
Binary10010101101111011001100101010111100110101010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,76); }

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

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

 a { background-color: rgb(149,189,76); }

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

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

 span { border-color: rgb(149,189,76); }

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