Shades of Chinook #94CB9A
Tints of Chinook #94CB9A
RGB
CMYK
RGB Variations
Color information
#94CB9A (or 0x94CB9A) is known color: Chinook. HEX triplet: 94, CB and 9A. RGB value is (148,203,154). Sum of RGB (Red+Green+Blue) = 148+203+154=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB9A is #6B3465. Grayscale: #B5B5B5. Windows color (decimal): -7025766 or 10144660. OLE color: 10144660.
HSL color Cylindrical-coordinate representation of color #94CB9A: hue angle of 126.55º 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 #94CB9A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 154 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.20 |
| HSL | 126.55º | 0.35% | 0.69% | - |
| HSV(B) | 126.55º | 0.27% | 0.8% | - |
| XYZ | 39.4 | 51.34 | 38.4 | - |
| YUV | 180.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 154 | 0.27 | 0 | 0.24 | 0.20 | 126.55 | 0.35 | 0.69 |
| Hex | 94 | CB | 9A | 1B | 0 | 18 | 14 | 7F | 23 | 45 |
| Octal | 224 | 313 | 232 | 33 | 0 | 30 | 24 | 177 | 43 | 105 |
| Binary | 10010100 | 11001011 | 10011010 | 11011 | 0 | 11000 | 10100 | 1111111 | 100011 | 1000101 |
Color Harmonies of #94CB9A
Complementary color
Monochromatic Colors of #94CB9A
Black with #94CB9A
Text Example
Text Example
White with #94CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB9A; }
p { color: rgb(148,203,154); }
H1.HeaderClassName
{
color: #94CB9A;
}
.AnyTagClassName
{
color: #94CB9A;
}
</style>
background-color css
<style>
a { background-color: #94CB9A; }
a { background-color: rgb(148,203,154); }
div.DivClassName
{
background-color: #94CB9A;
}
.BgClassName
{
background-color: #94CB9A;
}
</style>
border-color css
<style>
span { border-color: #94CB9A; }
span { border-color: rgb(148,203,154); }
td.TdClassName
{
border-color: #94CB9A;
}
.TagClassName
{
border-color: #94CB9A;
}
</style>