Html Css Color HEX #95B69B Summer Green

📋 copy color: '#95B69B'

red 149 ◦ green 182 ◦ blue 155

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

Shades of Summer Green #95B69B

Tints of Summer Green #95B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 30.66%
G = 37.45%
B = 31.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#95B69B (or 0x95B69B) is known color: Summer Green. HEX triplet: 95, B6 and 9B. RGB value is (149,182,155). Sum of RGB (Red+Green+Blue) = 149+182+155=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #95B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B69B is #6A4964. Grayscale: #A9A9A9. Windows color (decimal): -6965605 or 10204821. OLE color: 10204821.

HSL color Cylindrical-coordinate representation of color #95B69B: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B69B is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 155 -
CMYK 0.18 0 0.15 0.29
HSL 130.91º 0.18% 0.65% -
HSV(B) 130.91º 0.18% 0.71% -
XYZ 35.04 42.21 37.31 -
YUV 169.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 149 182 155 0.18 0 0.15 0.29 130.91 0.18 0.65
Hex 95 B6 9B 12 0 F 1D 83 12 41
Octal 225 266 233 22 0 17 35 203 22 101
Binary 10010101 10110110 10011011 10010 0 1111 11101 10000011 10010 1000001

Color Harmonies of #95B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B69B

Black with #95B69B

Text Example


Text Example

White with #95B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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