Html Css Color HEX #95BBB7 Shadow Green

📋 copy color: '#95BBB7'

red 149 ◦ green 187 ◦ blue 183

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

Shades of Shadow Green #95BBB7

Tints of Shadow Green #95BBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 28.71%
G = 36.03%
B = 35.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#95BBB7 (or 0x95BBB7) is known color: Shadow Green. HEX triplet: 95, BB and B7. RGB value is (149,187,183). Sum of RGB (Red+Green+Blue) = 149+187+183=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBB7 is #6A4448. Grayscale: #AFAFAF. Windows color (decimal): -6964297 or 12041109. OLE color: 12041109.

HSL color Cylindrical-coordinate representation of color #95BBB7: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BBB7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 183 -
CMYK 0.20 0 0.02 0.27
HSL 173.68º 0.22% 0.66% -
HSV(B) 173.68º 0.2% 0.73% -
XYZ 38.71 45.35 51.51 -
YUV 175.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 149 187 183 0.20 0 0.02 0.27 173.68 0.22 0.66
Hex 95 BB B7 14 0 2 1B AE 16 42
Octal 225 273 267 24 0 2 33 256 26 102
Binary 10010101 10111011 10110111 10100 0 10 11011 10101110 10110 1000010

Color Harmonies of #95BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBB7

Black with #95BBB7

Text Example


Text Example

White with #95BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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