Shades of Wattle #CBD145
Tints of Wattle #CBD145
RGB
CMYK
RGB Variations
Color information
#CBD145 (or 0xCBD145) is known color: Wattle. HEX triplet: CB, D1 and 45. RGB value is (203,209,69). Sum of RGB (Red+Green+Blue) = 203+209+69=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD145 is #342EBA. Grayscale: #BFBFBF. Windows color (decimal): -3419835 or 4575691. OLE color: 4575691.
HSL color Cylindrical-coordinate representation of color #CBD145: hue angle of 62.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBD145 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 69 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.18 |
| HSL | 62.57º | 0.6% | 0.55% | - |
| HSV(B) | 62.57º | 0.67% | 0.82% | - |
| XYZ | 48.5 | 58.73 | 14.41 | - |
| YUV | 191.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 69 | 0.03 | 0 | 0.67 | 0.18 | 62.57 | 0.6 | 0.55 |
| Hex | CB | D1 | 45 | 3 | 0 | 43 | 12 | 3F | 3C | 37 |
| Octal | 313 | 321 | 105 | 3 | 0 | 103 | 22 | 77 | 74 | 67 |
| Binary | 11001011 | 11010001 | 1000101 | 11 | 0 | 1000011 | 10010 | 111111 | 111100 | 110111 |
Color Harmonies of #CBD145
Complementary color
Monochromatic Colors of #CBD145
Black with #CBD145
Text Example
Text Example
White with #CBD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD145; }
p { color: rgb(203,209,69); }
H1.HeaderClassName
{
color: #CBD145;
}
.AnyTagClassName
{
color: #CBD145;
}
</style>
background-color css
<style>
a { background-color: #CBD145; }
a { background-color: rgb(203,209,69); }
div.DivClassName
{
background-color: #CBD145;
}
.BgClassName
{
background-color: #CBD145;
}
</style>
border-color css
<style>
span { border-color: #CBD145; }
span { border-color: rgb(203,209,69); }
td.TdClassName
{
border-color: #CBD145;
}
.TagClassName
{
border-color: #CBD145;
}
</style>