Shades of Bilbao #43850C
Tints of Bilbao #43850C
RGB
CMYK
RGB Variations
Color information
#43850C (or 0x43850C) is known color: Bilbao. HEX triplet: 43, 85 and 0C. RGB value is (67,133,12). Sum of RGB (Red+Green+Blue) = 67+133+12=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #43850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43850C is #BC7AF3. Grayscale: #636363. Windows color (decimal): -12352244 or 820547. OLE color: 820547.
HSL color Cylindrical-coordinate representation of color #43850C: hue angle of 92.73º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43850C is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 12 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.48 |
| HSL | 92.73º | 0.83% | 0.28% | - |
| HSV(B) | 92.73º | 0.91% | 0.52% | - |
| XYZ | 10.77 | 17.99 | 3.25 | - |
| YUV | 99.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 12 | 0.50 | 0 | 0.91 | 0.48 | 92.73 | 0.83 | 0.28 |
| Hex | 43 | 85 | C | 32 | 0 | 5B | 30 | 5D | 53 | 1C |
| Octal | 103 | 205 | 14 | 62 | 0 | 133 | 60 | 135 | 123 | 34 |
| Binary | 1000011 | 10000101 | 1100 | 110010 | 0 | 1011011 | 110000 | 1011101 | 1010011 | 11100 |
Color Harmonies of #43850C
Complementary color
Monochromatic Colors of #43850C
Black with #43850C
Text Example
Text Example
White with #43850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43850C; }
p { color: rgb(67,133,12); }
H1.HeaderClassName
{
color: #43850C;
}
.AnyTagClassName
{
color: #43850C;
}
</style>
background-color css
<style>
a { background-color: #43850C; }
a { background-color: rgb(67,133,12); }
div.DivClassName
{
background-color: #43850C;
}
.BgClassName
{
background-color: #43850C;
}
</style>
border-color css
<style>
span { border-color: #43850C; }
span { border-color: rgb(67,133,12); }
td.TdClassName
{
border-color: #43850C;
}
.TagClassName
{
border-color: #43850C;
}
</style>