Html Css Color HEX #95C8A0 Chinook

📋 copy color: '#95C8A0'

red 149 ◦ green 200 ◦ blue 160

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

Shades of Chinook #95C8A0

Tints of Chinook #95C8A0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 29.27%
G = 39.29%
B = 31.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#95C8A0 (or 0x95C8A0) is known color: Chinook. HEX triplet: 95, C8 and A0. RGB value is (149,200,160). Sum of RGB (Red+Green+Blue) = 149+200+160=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8A0 is #6A375F. Grayscale: #B4B4B4. Windows color (decimal): -6960992 or 10537109. OLE color: 10537109.

HSL color Cylindrical-coordinate representation of color #95C8A0: hue angle of 132.94º degrees, saturation: 0.32, 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 #95C8A0 is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 160 -
CMYK 0.26 0 0.2 0.22
HSL 132.94º 0.32% 0.68% -
HSV(B) 132.94º 0.26% 0.78% -
XYZ 39.39 50.24 40.88 -
YUV 180.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 149 200 160 0.26 0 0.2 0.22 132.94 0.32 0.68
Hex 95 C8 A0 1A 0 14 16 85 20 44
Octal 225 310 240 32 0 24 26 205 40 104
Binary 10010101 11001000 10100000 11010 0 10100 10110 10000101 100000 1000100

Color Harmonies of #95C8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C8A0

Black with #95C8A0

Text Example


Text Example

White with #95C8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,160); }

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

background-color css

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

 a { background-color: rgb(149,200,160); }

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

border-color css

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

 span { border-color: rgb(149,200,160); }

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