Html Css Color HEX #95BD9C Summer Green

📋 copy color: '#95BD9C'

red 149 ◦ green 189 ◦ blue 156

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

Shades of Summer Green #95BD9C

Tints of Summer Green #95BD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 30.16%
G = 38.26%
B = 31.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#95BD9C (or 0x95BD9C) is known color: Summer Green. HEX triplet: 95, BD and 9C. RGB value is (149,189,156). Sum of RGB (Red+Green+Blue) = 149+189+156=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD9C is #6A4263. Grayscale: #ADADAD. Windows color (decimal): -6963812 or 10272149. OLE color: 10272149.

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

Color convert

RGB 149 189 156 -
CMYK 0.21 0 0.17 0.26
HSL 130.5º 0.23% 0.66% -
HSV(B) 130.5º 0.21% 0.74% -
XYZ 36.59 45.19 38.25 -
YUV 173.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 149 189 156 0.21 0 0.17 0.26 130.5 0.23 0.66
Hex 95 BD 9C 15 0 11 1A 82 17 42
Octal 225 275 234 25 0 21 32 202 27 102
Binary 10010101 10111101 10011100 10101 0 10001 11010 10000010 10111 1000010

Color Harmonies of #95BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD9C

Black with #95BD9C

Text Example


Text Example

White with #95BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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