Html Css Color HEX #95C69C Chinook

📋 copy color: '#95C69C'

red 149 ◦ green 198 ◦ blue 156

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

Shades of Chinook #95C69C

Tints of Chinook #95C69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

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

R = 29.62%
G = 39.36%
B = 31.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#95C69C (or 0x95C69C) is known color: Chinook. HEX triplet: 95, C6 and 9C. RGB value is (149,198,156). Sum of RGB (Red+Green+Blue) = 149+198+156=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #95C69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C69C is #6A3963. Grayscale: #B2B2B2. Windows color (decimal): -6961508 or 10274453. OLE color: 10274453.

HSL color Cylindrical-coordinate representation of color #95C69C: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C69C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 156 -
CMYK 0.25 0 0.21 0.22
HSL 128.57º 0.3% 0.68% -
HSV(B) 128.57º 0.25% 0.78% -
XYZ 38.59 49.18 38.91 -
YUV 178.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 149 198 156 0.25 0 0.21 0.22 128.57 0.3 0.68
Hex 95 C6 9C 19 0 15 16 81 1E 44
Octal 225 306 234 31 0 25 26 201 36 104
Binary 10010101 11000110 10011100 11001 0 10101 10110 10000001 11110 1000100

Color Harmonies of #95C69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C69C

Black with #95C69C

Text Example


Text Example

White with #95C69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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