Html Css Color HEX #95BDB9 Shadow Green

📋 copy color: '#95BDB9'

red 149 ◦ green 189 ◦ blue 185

#95BDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #95BDB9

Tints of Shadow Green #95BDB9

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 value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#95BDB9 (or 0x95BDB9) is known color: 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

RGB 149 189 185 -
CMYK 0.21 0 0.02 0.26
HSL 174º 0.23% 0.66% -
HSV(B) 174º 0.21% 0.74% -
XYZ 39.35 46.29 52.76 -
YUV 176.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 149 189 185 0.21 0 0.02 0.26 174 0.23 0.66
Hex 95 BD B9 15 0 2 1A AE 17 42
Octal 225 275 271 25 0 2 32 256 27 102
Binary 10010101 10111101 10111001 10101 0 10 11010 10101110 10111 1000010

Color Harmonies of #95BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDB9

Black with #95BDB9

Text Example


Text Example

White with #95BDB9

Text Example


Text Example

HTML Codes & Css Web 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>