#94CC9B

Color #94CC9B Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #94CC9B

Tints of Chinook #94CC9B

Color information

#94CC9B (or 0x94CC9B) is unknown color: approx Chinook. HEX triplet: 94, CC and 9B. RGB value is (148,204,155). Sum of RGB (Red+Green+Blue) = 148+204+155=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9B is #6B3364. Grayscale: #B5B5B5. Windows color (decimal): -7025509 or 10210452. OLE color: 10210452.

HSL color Cylindrical-coordinate representation of color #94CC9B: hue angle of 127.5º 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 #94CC9B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB148204155-
CMYK0.2700.240.2
HSL127.5º35.44%69.02%-
HSV(B)127.5º27.45%80%-
XYZ39.7251.8538.92-
YUV181.67112.95103.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=29.19%
G=40.24%
B=30.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041550.2700.240.2127.535.4469.02
Hex94CC9B1B018147f2345
Octal224314233330302417743105
Binary100101001100110010011011110110110001010011111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94CC9B;
 }
 .AnyTagClassName
 {
   color: #94CC9B;
 }
</style>
background-color css

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

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

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

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

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

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