Shades of Wattle #CBCD4C
Tints of Wattle #CBCD4C
RGB
CMYK
RGB Variations
Color information
#CBCD4C (or 0xCBCD4C) is known color: Wattle. HEX triplet: CB, CD and 4C. RGB value is (203,205,76). Sum of RGB (Red+Green+Blue) = 203+205+76=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD4C is #3432B3. Grayscale: #BEBEBE. Windows color (decimal): -3420852 or 5033419. OLE color: 5033419.
HSL color Cylindrical-coordinate representation of color #CBCD4C: hue angle of 60.93º 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 #CBCD4C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 76 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.20 |
| HSL | 60.93º | 0.56% | 0.55% | - |
| HSV(B) | 60.93º | 0.63% | 0.8% | - |
| XYZ | 47.76 | 56.88 | 15.3 | - |
| YUV | 189.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 76 | 0.01 | 0 | 0.63 | 0.20 | 60.93 | 0.56 | 0.55 |
| Hex | CB | CD | 4C | 1 | 0 | 3F | 14 | 3D | 38 | 37 |
| Octal | 313 | 315 | 114 | 1 | 0 | 77 | 24 | 75 | 70 | 67 |
| Binary | 11001011 | 11001101 | 1001100 | 1 | 0 | 111111 | 10100 | 111101 | 111000 | 110111 |
Color Harmonies of #CBCD4C
Complementary color
Monochromatic Colors of #CBCD4C
Black with #CBCD4C
Text Example
Text Example
White with #CBCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD4C; }
p { color: rgb(203,205,76); }
H1.HeaderClassName
{
color: #CBCD4C;
}
.AnyTagClassName
{
color: #CBCD4C;
}
</style>
background-color css
<style>
a { background-color: #CBCD4C; }
a { background-color: rgb(203,205,76); }
div.DivClassName
{
background-color: #CBCD4C;
}
.BgClassName
{
background-color: #CBCD4C;
}
</style>
border-color css
<style>
span { border-color: #CBCD4C; }
span { border-color: rgb(203,205,76); }
td.TdClassName
{
border-color: #CBCD4C;
}
.TagClassName
{
border-color: #CBCD4C;
}
</style>