#95BDB9

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

Shades of Shadow Green #95BDB9

Tints of Shadow Green #95BDB9

Color information

#95BDB9 (or 0x95BDB9) is unknown color: approx Shadow Green. HEX triplet: 95, BD and B9. RGB value is (149,189,185). Sum of RGB (Red+Green+Blue) = 149+189+185=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDB9 is #6A4246. Grayscale: #B0B0B0. Windows color (decimal): -6963783 or 12172693. OLE color: 12172693.

HSL color Cylindrical-coordinate representation of color #95BDB9: hue angle of 174º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BDB9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB149189185-
CMYK0.2100.020.26
HSL174º23.26%66.27%-
HSV(B)174º21.16%74.12%-
XYZ39.3546.2952.76-
YUV176.58132.75108.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=28.49%
G=36.14%
B=35.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891850.2100.020.2617423.2666.27
Hex95BDB915021Aae1742
Octal22527527125023225627102
Binary100101011011110110111001101010101101010101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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