Html Css Color HEX #95BC9B Summer Green

📋 copy color: '#95BC9B'

red 149 ◦ green 188 ◦ blue 155

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

Shades of Summer Green #95BC9B

Tints of Summer Green #95BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 30.28%
G = 38.21%
B = 31.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#95BC9B (or 0x95BC9B) is known color: Summer Green. HEX triplet: 95, BC and 9B. RGB value is (149,188,155). Sum of RGB (Red+Green+Blue) = 149+188+155=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC9B is #6A4364. Grayscale: #ACACAC. Windows color (decimal): -6964069 or 10206357. OLE color: 10206357.

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

Color convert

RGB 149 188 155 -
CMYK 0.21 0 0.18 0.26
HSL 129.23º 0.23% 0.66% -
HSV(B) 129.23º 0.21% 0.74% -
XYZ 36.29 44.72 37.73 -
YUV 172.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 149 188 155 0.21 0 0.18 0.26 129.23 0.23 0.66
Hex 95 BC 9B 15 0 12 1A 81 17 42
Octal 225 274 233 25 0 22 32 201 27 102
Binary 10010101 10111100 10011011 10101 0 10010 11010 10000001 10111 1000010

Color Harmonies of #95BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC9B

Black with #95BC9B

Text Example


Text Example

White with #95BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,155); }

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

background-color css

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

 a { background-color: rgb(149,188,155); }

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

border-color css

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

 span { border-color: rgb(149,188,155); }

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