Shades of Wattle #CBCD4A
Tints of Wattle #CBCD4A
RGB
CMYK
RGB Variations
Color information
#CBCD4A (or 0xCBCD4A) is known color: Wattle. HEX triplet: CB, CD and 4A. RGB value is (203,205,74). Sum of RGB (Red+Green+Blue) = 203+205+74=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD4A is #3432B5. Grayscale: #BDBDBD. Windows color (decimal): -3420854 or 4902347. OLE color: 4902347.
HSL color Cylindrical-coordinate representation of color #CBCD4A: hue angle of 60.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBCD4A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 74 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.20 |
| HSL | 60.92º | 0.57% | 0.55% | - |
| HSV(B) | 60.92º | 0.64% | 0.8% | - |
| XYZ | 47.7 | 56.85 | 14.94 | - |
| YUV | 189.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 74 | 0.01 | 0 | 0.64 | 0.20 | 60.92 | 0.57 | 0.55 |
| Hex | CB | CD | 4A | 1 | 0 | 40 | 14 | 3D | 39 | 37 |
| Octal | 313 | 315 | 112 | 1 | 0 | 100 | 24 | 75 | 71 | 67 |
| Binary | 11001011 | 11001101 | 1001010 | 1 | 0 | 1000000 | 10100 | 111101 | 111001 | 110111 |
Color Harmonies of #CBCD4A
Complementary color
Monochromatic Colors of #CBCD4A
Black with #CBCD4A
Text Example
Text Example
White with #CBCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD4A; }
p { color: rgb(203,205,74); }
H1.HeaderClassName
{
color: #CBCD4A;
}
.AnyTagClassName
{
color: #CBCD4A;
}
</style>
background-color css
<style>
a { background-color: #CBCD4A; }
a { background-color: rgb(203,205,74); }
div.DivClassName
{
background-color: #CBCD4A;
}
.BgClassName
{
background-color: #CBCD4A;
}
</style>
border-color css
<style>
span { border-color: #CBCD4A; }
span { border-color: rgb(203,205,74); }
td.TdClassName
{
border-color: #CBCD4A;
}
.TagClassName
{
border-color: #CBCD4A;
}
</style>