Html Css Color HEX #95BFB0 Shadow Green

📋 copy color: '#95BFB0'

red 149 ◦ green 191 ◦ blue 176

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

Shades of Shadow Green #95BFB0

Tints of Shadow Green #95BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 28.88%
G = 37.02%
B = 34.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#95BFB0 (or 0x95BFB0) is known color: Shadow Green. HEX triplet: 95, BF and B0. RGB value is (149,191,176). Sum of RGB (Red+Green+Blue) = 149+191+176=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFB0 is #6A404F. Grayscale: #B0B0B0. Windows color (decimal): -6963280 or 11583381. OLE color: 11583381.

HSL color Cylindrical-coordinate representation of color #95BFB0: hue angle of 158.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFB0 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 191 176 -
CMYK 0.22 0 0.08 0.25
HSL 158.57º 0.25% 0.67% -
HSV(B) 158.57º 0.22% 0.75% -
XYZ 38.86 46.79 48.06 -
YUV 176.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 149 191 176 0.22 0 0.08 0.25 158.57 0.25 0.67
Hex 95 BF B0 16 0 8 19 9F 19 43
Octal 225 277 260 26 0 10 31 237 31 103
Binary 10010101 10111111 10110000 10110 0 1000 11001 10011111 11001 1000011

Color Harmonies of #95BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BFB0

Black with #95BFB0

Text Example


Text Example

White with #95BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,176); }

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

background-color css

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

 a { background-color: rgb(149,191,176); }

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

border-color css

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

 span { border-color: rgb(149,191,176); }

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