Shades of Wattle #CBCC4B
Tints of Wattle #CBCC4B
RGB
CMYK
RGB Variations
Color information
#CBCC4B (or 0xCBCC4B) is known color: Wattle. HEX triplet: CB, CC and 4B. RGB value is (203,204,75). Sum of RGB (Red+Green+Blue) = 203+204+75=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC4B is #3433B4. Grayscale: #BDBDBD. Windows color (decimal): -3421109 or 4967627. OLE color: 4967627.
HSL color Cylindrical-coordinate representation of color #CBCC4B: hue angle of 60.47º degrees, saturation: 0.56, 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 #CBCC4B is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 75 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.2 |
| HSL | 60.47º | 0.56% | 0.55% | - |
| HSV(B) | 60.47º | 0.63% | 0.8% | - |
| XYZ | 47.49 | 56.39 | 15.04 | - |
| YUV | 189 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 75 | 0.00 | 0 | 0.63 | 0.2 | 60.47 | 0.56 | 0.55 |
| Hex | CB | CC | 4B | 0 | 0 | 3F | 14 | 3C | 38 | 37 |
| Octal | 313 | 314 | 113 | 0 | 0 | 77 | 24 | 74 | 70 | 67 |
| Binary | 11001011 | 11001100 | 1001011 | 0 | 0 | 111111 | 10100 | 111100 | 111000 | 110111 |
Color Harmonies of #CBCC4B
Complementary color
Monochromatic Colors of #CBCC4B
Black with #CBCC4B
Text Example
Text Example
White with #CBCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC4B; }
p { color: rgb(203,204,75); }
H1.HeaderClassName
{
color: #CBCC4B;
}
.AnyTagClassName
{
color: #CBCC4B;
}
</style>
background-color css
<style>
a { background-color: #CBCC4B; }
a { background-color: rgb(203,204,75); }
div.DivClassName
{
background-color: #CBCC4B;
}
.BgClassName
{
background-color: #CBCC4B;
}
</style>
border-color css
<style>
span { border-color: #CBCC4B; }
span { border-color: rgb(203,204,75); }
td.TdClassName
{
border-color: #CBCC4B;
}
.TagClassName
{
border-color: #CBCC4B;
}
</style>