Shades of Highball #908C38
Tints of Highball #908C38
RGB
CMYK
RGB Variations
Color information
#908C38 (or 0x908C38) is known color: Highball. HEX triplet: 90, 8C and 38. RGB value is (144,140,56). Sum of RGB (Red+Green+Blue) = 144+140+56=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #908C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C38 is #6F73C7. Grayscale: #838383. Windows color (decimal): -7304136 or 3706000. OLE color: 3706000.
HSL color Cylindrical-coordinate representation of color #908C38: hue angle of 57.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #908C38 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 56 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.44 |
| HSL | 57.27º | 0.44% | 0.39% | - |
| HSV(B) | 57.27º | 0.61% | 0.56% | - |
| XYZ | 21.59 | 24.97 | 7.42 | - |
| YUV | 131.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 56 | 0 | 0.03 | 0.61 | 0.44 | 57.27 | 0.44 | 0.39 |
| Hex | 90 | 8C | 38 | 0 | 3 | 3D | 2C | 39 | 2C | 27 |
| Octal | 220 | 214 | 70 | 0 | 3 | 75 | 54 | 71 | 54 | 47 |
| Binary | 10010000 | 10001100 | 111000 | 0 | 11 | 111101 | 101100 | 111001 | 101100 | 100111 |
Color Harmonies of #908C38
Complementary color
Monochromatic Colors of #908C38
Black with #908C38
Text Example
Text Example
White with #908C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C38; }
p { color: rgb(144,140,56); }
H1.HeaderClassName
{
color: #908C38;
}
.AnyTagClassName
{
color: #908C38;
}
</style>
background-color css
<style>
a { background-color: #908C38; }
a { background-color: rgb(144,140,56); }
div.DivClassName
{
background-color: #908C38;
}
.BgClassName
{
background-color: #908C38;
}
</style>
border-color css
<style>
span { border-color: #908C38; }
span { border-color: rgb(144,140,56); }
td.TdClassName
{
border-color: #908C38;
}
.TagClassName
{
border-color: #908C38;
}
</style>