Shades of Wattle #CBC84C
Tints of Wattle #CBC84C
RGB
CMYK
RGB Variations
Color information
#CBC84C (or 0xCBC84C) is known color: Wattle. HEX triplet: CB, C8 and 4C. RGB value is (203,200,76). Sum of RGB (Red+Green+Blue) = 203+200+76=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC84C is #3437B3. Grayscale: #BBBBBB. Windows color (decimal): -3422132 or 5032139. OLE color: 5032139.
HSL color Cylindrical-coordinate representation of color #CBC84C: hue angle of 58.58º 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 #CBC84C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 76 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.20 |
| HSL | 58.58º | 0.55% | 0.55% | - |
| HSV(B) | 58.58º | 0.63% | 0.8% | - |
| XYZ | 46.59 | 54.53 | 14.91 | - |
| YUV | 186.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 76 | 0 | 0.01 | 0.63 | 0.20 | 58.58 | 0.55 | 0.55 |
| Hex | CB | C8 | 4C | 0 | 1 | 3F | 14 | 3B | 37 | 37 |
| Octal | 313 | 310 | 114 | 0 | 1 | 77 | 24 | 73 | 67 | 67 |
| Binary | 11001011 | 11001000 | 1001100 | 0 | 1 | 111111 | 10100 | 111011 | 110111 | 110111 |
Color Harmonies of #CBC84C
Complementary color
Monochromatic Colors of #CBC84C
Black with #CBC84C
Text Example
Text Example
White with #CBC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC84C; }
p { color: rgb(203,200,76); }
H1.HeaderClassName
{
color: #CBC84C;
}
.AnyTagClassName
{
color: #CBC84C;
}
</style>
background-color css
<style>
a { background-color: #CBC84C; }
a { background-color: rgb(203,200,76); }
div.DivClassName
{
background-color: #CBC84C;
}
.BgClassName
{
background-color: #CBC84C;
}
</style>
border-color css
<style>
span { border-color: #CBC84C; }
span { border-color: rgb(203,200,76); }
td.TdClassName
{
border-color: #CBC84C;
}
.TagClassName
{
border-color: #CBC84C;
}
</style>