Html Css Color HEX #94C9A0 Chinook

📋 copy color: '#94C9A0'

red 148 ◦ green 201 ◦ blue 160

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

Shades of Chinook #94C9A0

Tints of Chinook #94C9A0

RGB

 RED value IS 148 (58.2% from 255) = 29.08%

 GREEN value IS 201 (78.91% from 255) = 39.49%

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

R = 29.08%
G = 39.49%
B = 31.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#94C9A0 (or 0x94C9A0) is known color: Chinook. HEX triplet: 94, C9 and A0. RGB value is (148,201,160). Sum of RGB (Red+Green+Blue) = 148+201+160=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #94C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C9A0 is #6B365F. Grayscale: #B4B4B4. Windows color (decimal): -7026272 or 10537364. OLE color: 10537364.

HSL color Cylindrical-coordinate representation of color #94C9A0: hue angle of 133.58º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C9A0 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 160 -
CMYK 0.26 0 0.20 0.21
HSL 133.58º 0.33% 0.68% -
HSV(B) 133.58º 0.26% 0.79% -
XYZ 39.44 50.61 40.95 -
YUV 180.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 148 201 160 0.26 0 0.20 0.21 133.58 0.33 0.68
Hex 94 C9 A0 1A 0 14 15 86 21 44
Octal 224 311 240 32 0 24 25 206 41 104
Binary 10010100 11001001 10100000 11010 0 10100 10101 10000110 100001 1000100

Color Harmonies of #94C9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C9A0

Black with #94C9A0

Text Example


Text Example

White with #94C9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C9A0; }

 p { color: rgb(148,201,160); }

 H1.HeaderClassName
 {
   color: #94C9A0;
 }
 .AnyTagClassName
 {
   color: #94C9A0;
 }
</style>

background-color css

<style>
 a { background-color: #94C9A0; }

 a { background-color: rgb(148,201,160); }

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

border-color css

<style>
 span { border-color: #94C9A0; }

 span { border-color: rgb(148,201,160); }

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