Html Css Color HEX #95D89C Chinook

📋 copy color: '#95D89C'

red 149 ◦ green 216 ◦ blue 156

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

Shades of Chinook #95D89C

Tints of Chinook #95D89C

RGB

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

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

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

R = 28.6%
G = 41.46%
B = 29.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#95D89C (or 0x95D89C) is known color: Chinook. HEX triplet: 95, D8 and 9C. RGB value is (149,216,156). Sum of RGB (Red+Green+Blue) = 149+216+156=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #95D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D89C is #6A2763. Grayscale: #BDBDBD. Windows color (decimal): -6956900 or 10279061. OLE color: 10279061.

HSL color Cylindrical-coordinate representation of color #95D89C: hue angle of 126.27º 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 #95D89C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 156 -
CMYK 0.31 0 0.28 0.15
HSL 126.27º 0.46% 0.72% -
HSV(B) 126.27º 0.31% 0.85% -
XYZ 42.95 57.9 40.36 -
YUV 189.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 149 216 156 0.31 0 0.28 0.15 126.27 0.46 0.72
Hex 95 D8 9C 1F 0 1C F 7E 2E 48
Octal 225 330 234 37 0 34 17 176 56 110
Binary 10010101 11011000 10011100 11111 0 11100 1111 1111110 101110 1001000

Color Harmonies of #95D89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D89C

Black with #95D89C

Text Example


Text Example

White with #95D89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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