Html Css Color HEX #95BA9D Summer Green

📋 copy color: '#95BA9D'

red 149 ◦ green 186 ◦ blue 157

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

Shades of Summer Green #95BA9D

Tints of Summer Green #95BA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 30.28%
G = 37.8%
B = 31.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#95BA9D (or 0x95BA9D) is known color: Summer Green. HEX triplet: 95, BA and 9D. RGB value is (149,186,157). Sum of RGB (Red+Green+Blue) = 149+186+157=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA9D is #6A4562. Grayscale: #ABABAB. Windows color (decimal): -6964579 or 10336917. OLE color: 10336917.

HSL color Cylindrical-coordinate representation of color #95BA9D: hue angle of 132.97º degrees, saturation: 0.21, 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 #95BA9D is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 157 -
CMYK 0.20 0 0.16 0.27
HSL 132.97º 0.21% 0.66% -
HSV(B) 132.97º 0.2% 0.73% -
XYZ 36.04 43.94 38.48 -
YUV 171.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 149 186 157 0.20 0 0.16 0.27 132.97 0.21 0.66
Hex 95 BA 9D 14 0 10 1B 85 15 42
Octal 225 272 235 24 0 20 33 205 25 102
Binary 10010101 10111010 10011101 10100 0 10000 11011 10000101 10101 1000010

Color Harmonies of #95BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA9D

Black with #95BA9D

Text Example


Text Example

White with #95BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,157); }

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

background-color css

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

 a { background-color: rgb(149,186,157); }

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

border-color css

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

 span { border-color: rgb(149,186,157); }

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