Shades of Wattle #CBC34C
Tints of Wattle #CBC34C
RGB
CMYK
RGB Variations
Color information
#CBC34C (or 0xCBC34C) is known color: Wattle. HEX triplet: CB, C3 and 4C. RGB value is (203,195,76). Sum of RGB (Red+Green+Blue) = 203+195+76=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC34C is #343CB3. Grayscale: #B8B8B8. Windows color (decimal): -3423412 or 5030859. OLE color: 5030859.
HSL color Cylindrical-coordinate representation of color #CBC34C: hue angle of 56.22º 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 #CBC34C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 76 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.20 |
| HSL | 56.22º | 0.55% | 0.55% | - |
| HSV(B) | 56.22º | 0.63% | 0.8% | - |
| XYZ | 45.45 | 52.25 | 14.53 | - |
| YUV | 183.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 76 | 0 | 0.04 | 0.63 | 0.20 | 56.22 | 0.55 | 0.55 |
| Hex | CB | C3 | 4C | 0 | 4 | 3F | 14 | 38 | 37 | 37 |
| Octal | 313 | 303 | 114 | 0 | 4 | 77 | 24 | 70 | 67 | 67 |
| Binary | 11001011 | 11000011 | 1001100 | 0 | 100 | 111111 | 10100 | 111000 | 110111 | 110111 |
Color Harmonies of #CBC34C
Complementary color
Monochromatic Colors of #CBC34C
Black with #CBC34C
Text Example
Text Example
White with #CBC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC34C; }
p { color: rgb(203,195,76); }
H1.HeaderClassName
{
color: #CBC34C;
}
.AnyTagClassName
{
color: #CBC34C;
}
</style>
background-color css
<style>
a { background-color: #CBC34C; }
a { background-color: rgb(203,195,76); }
div.DivClassName
{
background-color: #CBC34C;
}
.BgClassName
{
background-color: #CBC34C;
}
</style>
border-color css
<style>
span { border-color: #CBC34C; }
span { border-color: rgb(203,195,76); }
td.TdClassName
{
border-color: #CBC34C;
}
.TagClassName
{
border-color: #CBC34C;
}
</style>