Shades of Bilbao #42830A
Tints of Bilbao #42830A
RGB
CMYK
RGB Variations
Color information
#42830A (or 0x42830A) is known color: Bilbao. HEX triplet: 42, 83 and 0A. RGB value is (66,131,10). Sum of RGB (Red+Green+Blue) = 66+131+10=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #42830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42830A is #BD7CF5. Grayscale: #626262. Windows color (decimal): -12418294 or 688962. OLE color: 688962.
HSL color Cylindrical-coordinate representation of color #42830A: hue angle of 92.23º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42830A is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 10 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.49 |
| HSL | 92.23º | 0.86% | 0.28% | - |
| HSV(B) | 92.23º | 0.92% | 0.51% | - |
| XYZ | 10.42 | 17.41 | 3.1 | - |
| YUV | 97.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 10 | 0.50 | 0 | 0.92 | 0.49 | 92.23 | 0.86 | 0.28 |
| Hex | 42 | 83 | A | 32 | 0 | 5C | 31 | 5C | 56 | 1C |
| Octal | 102 | 203 | 12 | 62 | 0 | 134 | 61 | 134 | 126 | 34 |
| Binary | 1000010 | 10000011 | 1010 | 110010 | 0 | 1011100 | 110001 | 1011100 | 1010110 | 11100 |
Color Harmonies of #42830A
Complementary color
Monochromatic Colors of #42830A
Black with #42830A
Text Example
Text Example
White with #42830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42830A; }
p { color: rgb(66,131,10); }
H1.HeaderClassName
{
color: #42830A;
}
.AnyTagClassName
{
color: #42830A;
}
</style>
background-color css
<style>
a { background-color: #42830A; }
a { background-color: rgb(66,131,10); }
div.DivClassName
{
background-color: #42830A;
}
.BgClassName
{
background-color: #42830A;
}
</style>
border-color css
<style>
span { border-color: #42830A; }
span { border-color: rgb(66,131,10); }
td.TdClassName
{
border-color: #42830A;
}
.TagClassName
{
border-color: #42830A;
}
</style>