Shades of Wattle #CBD046
Tints of Wattle #CBD046
RGB
CMYK
RGB Variations
Color information
#CBD046 (or 0xCBD046) is known color: Wattle. HEX triplet: CB, D0 and 46. RGB value is (203,208,70). Sum of RGB (Red+Green+Blue) = 203+208+70=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD046 is #342FB9. Grayscale: #BFBFBF. Windows color (decimal): -3420090 or 4640971. OLE color: 4640971.
HSL color Cylindrical-coordinate representation of color #CBD046: hue angle of 62.17º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBD046 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 70 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.18 |
| HSL | 62.17º | 0.59% | 0.55% | - |
| HSV(B) | 62.17º | 0.66% | 0.82% | - |
| XYZ | 48.29 | 58.25 | 14.49 | - |
| YUV | 190.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 70 | 0.02 | 0 | 0.66 | 0.18 | 62.17 | 0.59 | 0.55 |
| Hex | CB | D0 | 46 | 2 | 0 | 42 | 12 | 3E | 3B | 37 |
| Octal | 313 | 320 | 106 | 2 | 0 | 102 | 22 | 76 | 73 | 67 |
| Binary | 11001011 | 11010000 | 1000110 | 10 | 0 | 1000010 | 10010 | 111110 | 111011 | 110111 |
Color Harmonies of #CBD046
Complementary color
Monochromatic Colors of #CBD046
Black with #CBD046
Text Example
Text Example
White with #CBD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD046; }
p { color: rgb(203,208,70); }
H1.HeaderClassName
{
color: #CBD046;
}
.AnyTagClassName
{
color: #CBD046;
}
</style>
background-color css
<style>
a { background-color: #CBD046; }
a { background-color: rgb(203,208,70); }
div.DivClassName
{
background-color: #CBD046;
}
.BgClassName
{
background-color: #CBD046;
}
</style>
border-color css
<style>
span { border-color: #CBD046; }
span { border-color: rgb(203,208,70); }
td.TdClassName
{
border-color: #CBD046;
}
.TagClassName
{
border-color: #CBD046;
}
</style>