Html Css Color HEX #94CC9C Chinook

📋 copy color: '#94CC9C'

red 148 ◦ green 204 ◦ blue 156

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

Shades of Chinook #94CC9C

Tints of Chinook #94CC9C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 29.13%
G = 40.16%
B = 30.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#94CC9C (or 0x94CC9C) is known color: Chinook. HEX triplet: 94, CC and 9C. RGB value is (148,204,156). Sum of RGB (Red+Green+Blue) = 148+204+156=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9C is #6B3363. Grayscale: #B5B5B5. Windows color (decimal): -7025508 or 10275988. OLE color: 10275988.

HSL color Cylindrical-coordinate representation of color #94CC9C: hue angle of 128.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CC9C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 156 -
CMYK 0.27 0 0.24 0.2
HSL 128.57º 0.35% 0.69% -
HSV(B) 128.57º 0.27% 0.8% -
XYZ 39.81 51.88 39.37 -
YUV 181.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 148 204 156 0.27 0 0.24 0.2 128.57 0.35 0.69
Hex 94 CC 9C 1B 0 18 14 81 23 45
Octal 224 314 234 33 0 30 24 201 43 105
Binary 10010100 11001100 10011100 11011 0 11000 10100 10000001 100011 1000101

Color Harmonies of #94CC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC9C

Black with #94CC9C

Text Example


Text Example

White with #94CC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,156); }

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

background-color css

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

 a { background-color: rgb(148,204,156); }

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

border-color css

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

 span { border-color: rgb(148,204,156); }

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