Html Css Color HEX #95BDB3 Shadow Green

📋 copy color: '#95BDB3'

red 149 ◦ green 189 ◦ blue 179

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

Shades of Shadow Green #95BDB3

Tints of Shadow Green #95BDB3

RGB

 RED value IS 149 (58.59% from 255) = 28.82%

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 28.82%
G = 36.56%
B = 34.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#95BDB3 (or 0x95BDB3) is known color: Shadow Green. HEX triplet: 95, BD and B3. RGB value is (149,189,179). Sum of RGB (Red+Green+Blue) = 149+189+179=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDB3 is #6A424C. Grayscale: #AFAFAF. Windows color (decimal): -6963789 or 11779477. OLE color: 11779477.

HSL color Cylindrical-coordinate representation of color #95BDB3: hue angle of 165º 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 #95BDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 179 -
CMYK 0.21 0 0.05 0.26
HSL 165º 0.23% 0.66% -
HSV(B) 165º 0.21% 0.74% -
XYZ 38.73 46.04 49.49 -
YUV 175.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 149 189 179 0.21 0 0.05 0.26 165 0.23 0.66
Hex 95 BD B3 15 0 5 1A A5 17 42
Octal 225 275 263 25 0 5 32 245 27 102
Binary 10010101 10111101 10110011 10101 0 101 11010 10100101 10111 1000010

Color Harmonies of #95BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDB3

Black with #95BDB3

Text Example


Text Example

White with #95BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BDB3;
 }
 .AnyTagClassName
 {
   color: #95BDB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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