Html Css Color HEX #95D9A3 Chinook

📋 copy color: '#95D9A3'

red 149 ◦ green 217 ◦ blue 163

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

Shades of Chinook #95D9A3

Tints of Chinook #95D9A3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 163 (64.06% from 255) = 30.81%

R = 28.17%
G = 41.02%
B = 30.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#95D9A3 (or 0x95D9A3) is known color: Chinook. HEX triplet: 95, D9 and A3. RGB value is (149,217,163). Sum of RGB (Red+Green+Blue) = 149+217+163=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D9A3 is #6A265C. Grayscale: #BEBEBE. Windows color (decimal): -6956637 or 10738069. OLE color: 10738069.

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

Color convert

RGB 149 217 163 -
CMYK 0.31 0 0.25 0.15
HSL 132.35º 0.47% 0.72% -
HSV(B) 132.35º 0.31% 0.85% -
XYZ 43.82 58.66 43.66 -
YUV 190.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 149 217 163 0.31 0 0.25 0.15 132.35 0.47 0.72
Hex 95 D9 A3 1F 0 19 F 84 2F 48
Octal 225 331 243 37 0 31 17 204 57 110
Binary 10010101 11011001 10100011 11111 0 11001 1111 10000100 101111 1001000

Color Harmonies of #95D9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D9A3

Black with #95D9A3

Text Example


Text Example

White with #95D9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,217,163); }

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

background-color css

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

 a { background-color: rgb(149,217,163); }

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

border-color css

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

 span { border-color: rgb(149,217,163); }

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