Shades of Wattle #CBCD3C
Tints of Wattle #CBCD3C
RGB
CMYK
RGB Variations
Color information
#CBCD3C (or 0xCBCD3C) is known color: Wattle. HEX triplet: CB, CD and 3C. RGB value is (203,205,60). Sum of RGB (Red+Green+Blue) = 203+205+60=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD3C is #3432C3. Grayscale: #BCBCBC. Windows color (decimal): -3420868 or 3984843. OLE color: 3984843.
HSL color Cylindrical-coordinate representation of color #CBCD3C: hue angle of 60.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBCD3C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 60 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.20 |
| HSL | 60.83º | 0.59% | 0.52% | - |
| HSV(B) | 60.83º | 0.71% | 0.8% | - |
| XYZ | 47.28 | 56.69 | 12.72 | - |
| YUV | 187.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 60 | 0.01 | 0 | 0.71 | 0.20 | 60.83 | 0.59 | 0.52 |
| Hex | CB | CD | 3C | 1 | 0 | 47 | 14 | 3D | 3B | 34 |
| Octal | 313 | 315 | 74 | 1 | 0 | 107 | 24 | 75 | 73 | 64 |
| Binary | 11001011 | 11001101 | 111100 | 1 | 0 | 1000111 | 10100 | 111101 | 111011 | 110100 |
Color Harmonies of #CBCD3C
Complementary color
Monochromatic Colors of #CBCD3C
Black with #CBCD3C
Text Example
Text Example
White with #CBCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD3C; }
p { color: rgb(203,205,60); }
H1.HeaderClassName
{
color: #CBCD3C;
}
.AnyTagClassName
{
color: #CBCD3C;
}
</style>
background-color css
<style>
a { background-color: #CBCD3C; }
a { background-color: rgb(203,205,60); }
div.DivClassName
{
background-color: #CBCD3C;
}
.BgClassName
{
background-color: #CBCD3C;
}
</style>
border-color css
<style>
span { border-color: #CBCD3C; }
span { border-color: rgb(203,205,60); }
td.TdClassName
{
border-color: #CBCD3C;
}
.TagClassName
{
border-color: #CBCD3C;
}
</style>