Shades of Wattle #CBD24A
Tints of Wattle #CBD24A
RGB
CMYK
RGB Variations
Color information
#CBD24A (or 0xCBD24A) is known color: Wattle. HEX triplet: CB, D2 and 4A. RGB value is (203,210,74). Sum of RGB (Red+Green+Blue) = 203+210+74=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD24A is #342DB5. Grayscale: #C0C0C0. Windows color (decimal): -3419574 or 4903627. OLE color: 4903627.
HSL color Cylindrical-coordinate representation of color #CBD24A: hue angle of 63.09º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBD24A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 74 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.18 |
| HSL | 63.09º | 0.6% | 0.56% | - |
| HSV(B) | 63.09º | 0.65% | 0.82% | - |
| XYZ | 48.91 | 59.28 | 15.34 | - |
| YUV | 192.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 74 | 0.03 | 0 | 0.65 | 0.18 | 63.09 | 0.6 | 0.56 |
| Hex | CB | D2 | 4A | 3 | 0 | 41 | 12 | 3F | 3C | 38 |
| Octal | 313 | 322 | 112 | 3 | 0 | 101 | 22 | 77 | 74 | 70 |
| Binary | 11001011 | 11010010 | 1001010 | 11 | 0 | 1000001 | 10010 | 111111 | 111100 | 111000 |
Color Harmonies of #CBD24A
Complementary color
Monochromatic Colors of #CBD24A
Black with #CBD24A
Text Example
Text Example
White with #CBD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD24A; }
p { color: rgb(203,210,74); }
H1.HeaderClassName
{
color: #CBD24A;
}
.AnyTagClassName
{
color: #CBD24A;
}
</style>
background-color css
<style>
a { background-color: #CBD24A; }
a { background-color: rgb(203,210,74); }
div.DivClassName
{
background-color: #CBD24A;
}
.BgClassName
{
background-color: #CBD24A;
}
</style>
border-color css
<style>
span { border-color: #CBD24A; }
span { border-color: rgb(203,210,74); }
td.TdClassName
{
border-color: #CBD24A;
}
.TagClassName
{
border-color: #CBD24A;
}
</style>