Html Css Color HEX #95D59C Chinook

📋 copy color: '#95D59C'

red 149 ◦ green 213 ◦ blue 156

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

Shades of Chinook #95D59C

Tints of Chinook #95D59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

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

R = 28.76%
G = 41.12%
B = 30.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#95D59C (or 0x95D59C) is known color: Chinook. HEX triplet: 95, D5 and 9C. RGB value is (149,213,156). Sum of RGB (Red+Green+Blue) = 149+213+156=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59C is #6A2A63. Grayscale: #BBBBBB. Windows color (decimal): -6957668 or 10278293. OLE color: 10278293.

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

Color convert

RGB 149 213 156 -
CMYK 0.30 0 0.27 0.16
HSL 126.56º 0.43% 0.71% -
HSV(B) 126.56º 0.3% 0.84% -
XYZ 42.19 56.38 40.11 -
YUV 187.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 149 213 156 0.30 0 0.27 0.16 126.56 0.43 0.71
Hex 95 D5 9C 1E 0 1B 10 7F 2B 47
Octal 225 325 234 36 0 33 20 177 53 107
Binary 10010101 11010101 10011100 11110 0 11011 10000 1111111 101011 1000111

Color Harmonies of #95D59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D59C

Black with #95D59C

Text Example


Text Example

White with #95D59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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