Html Css Color HEX #95D49B Chinook

📋 copy color: '#95D49B'

red 149 ◦ green 212 ◦ blue 155

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

Shades of Chinook #95D49B

Tints of Chinook #95D49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

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

R = 28.88%
G = 41.09%
B = 30.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#95D49B (or 0x95D49B) is known color: Chinook. HEX triplet: 95, D4 and 9B. RGB value is (149,212,155). Sum of RGB (Red+Green+Blue) = 149+212+155=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #95D49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D49B is #6A2B64. Grayscale: #BABABA. Windows color (decimal): -6957925 or 10212501. OLE color: 10212501.

HSL color Cylindrical-coordinate representation of color #95D49B: hue angle of 125.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D49B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 155 -
CMYK 0.30 0 0.27 0.17
HSL 125.71º 0.42% 0.71% -
HSV(B) 125.71º 0.3% 0.83% -
XYZ 41.85 55.84 39.58 -
YUV 186.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 149 212 155 0.30 0 0.27 0.17 125.71 0.42 0.71
Hex 95 D4 9B 1E 0 1B 11 7E 2A 47
Octal 225 324 233 36 0 33 21 176 52 107
Binary 10010101 11010100 10011011 11110 0 11011 10001 1111110 101010 1000111

Color Harmonies of #95D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D49B

Black with #95D49B

Text Example


Text Example

White with #95D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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