Shades of Wattle #CBC54C
Tints of Wattle #CBC54C
RGB
CMYK
RGB Variations
Color information
#CBC54C (or 0xCBC54C) is known color: Wattle. HEX triplet: CB, C5 and 4C. RGB value is (203,197,76). Sum of RGB (Red+Green+Blue) = 203+197+76=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC54C is #343AB3. Grayscale: #B9B9B9. Windows color (decimal): -3422900 or 5031371. OLE color: 5031371.
HSL color Cylindrical-coordinate representation of color #CBC54C: hue angle of 57.17º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC54C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.20 |
| HSL | 57.17º | 0.55% | 0.55% | - |
| HSV(B) | 57.17º | 0.63% | 0.8% | - |
| XYZ | 45.9 | 53.15 | 14.68 | - |
| YUV | 185 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 76 | 0 | 0.03 | 0.63 | 0.20 | 57.17 | 0.55 | 0.55 |
| Hex | CB | C5 | 4C | 0 | 3 | 3F | 14 | 39 | 37 | 37 |
| Octal | 313 | 305 | 114 | 0 | 3 | 77 | 24 | 71 | 67 | 67 |
| Binary | 11001011 | 11000101 | 1001100 | 0 | 11 | 111111 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CBC54C
Complementary color
Monochromatic Colors of #CBC54C
Black with #CBC54C
Text Example
Text Example
White with #CBC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC54C; }
p { color: rgb(203,197,76); }
H1.HeaderClassName
{
color: #CBC54C;
}
.AnyTagClassName
{
color: #CBC54C;
}
</style>
background-color css
<style>
a { background-color: #CBC54C; }
a { background-color: rgb(203,197,76); }
div.DivClassName
{
background-color: #CBC54C;
}
.BgClassName
{
background-color: #CBC54C;
}
</style>
border-color css
<style>
span { border-color: #CBC54C; }
span { border-color: rgb(203,197,76); }
td.TdClassName
{
border-color: #CBC54C;
}
.TagClassName
{
border-color: #CBC54C;
}
</style>