Html Css Color HEX #95D89D Chinook

📋 copy color: '#95D89D'

red 149 ◦ green 216 ◦ blue 157

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

Shades of Chinook #95D89D

Tints of Chinook #95D89D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

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

R = 28.54%
G = 41.38%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#95D89D (or 0x95D89D) is known color: Chinook. HEX triplet: 95, D8 and 9D. RGB value is (149,216,157). Sum of RGB (Red+Green+Blue) = 149+216+157=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #95D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D89D is #6A2762. Grayscale: #BDBDBD. Windows color (decimal): -6956899 or 10344597. OLE color: 10344597.

HSL color Cylindrical-coordinate representation of color #95D89D: hue angle of 127.16º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D89D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 157 -
CMYK 0.31 0 0.27 0.15
HSL 127.16º 0.46% 0.72% -
HSV(B) 127.16º 0.31% 0.85% -
XYZ 43.04 57.94 40.81 -
YUV 189.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 149 216 157 0.31 0 0.27 0.15 127.16 0.46 0.72
Hex 95 D8 9D 1F 0 1B F 7F 2E 48
Octal 225 330 235 37 0 33 17 177 56 110
Binary 10010101 11011000 10011101 11111 0 11011 1111 1111111 101110 1001000

Color Harmonies of #95D89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D89D

Black with #95D89D

Text Example


Text Example

White with #95D89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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