Shades of Wattle #CBCD4D
Tints of Wattle #CBCD4D
RGB
CMYK
RGB Variations
Color information
#CBCD4D (or 0xCBCD4D) is known color: Wattle. HEX triplet: CB, CD and 4D. RGB value is (203,205,77). Sum of RGB (Red+Green+Blue) = 203+205+77=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD4D is #3432B2. Grayscale: #BEBEBE. Windows color (decimal): -3420851 or 5098955. OLE color: 5098955.
HSL color Cylindrical-coordinate representation of color #CBCD4D: hue angle of 60.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBCD4D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 77 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.20 |
| HSL | 60.94º | 0.56% | 0.55% | - |
| HSV(B) | 60.94º | 0.62% | 0.8% | - |
| XYZ | 47.8 | 56.89 | 15.48 | - |
| YUV | 189.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 77 | 0.01 | 0 | 0.62 | 0.20 | 60.94 | 0.56 | 0.55 |
| Hex | CB | CD | 4D | 1 | 0 | 3E | 14 | 3D | 38 | 37 |
| Octal | 313 | 315 | 115 | 1 | 0 | 76 | 24 | 75 | 70 | 67 |
| Binary | 11001011 | 11001101 | 1001101 | 1 | 0 | 111110 | 10100 | 111101 | 111000 | 110111 |
Color Harmonies of #CBCD4D
Complementary color
Monochromatic Colors of #CBCD4D
Black with #CBCD4D
Text Example
Text Example
White with #CBCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD4D; }
p { color: rgb(203,205,77); }
H1.HeaderClassName
{
color: #CBCD4D;
}
.AnyTagClassName
{
color: #CBCD4D;
}
</style>
background-color css
<style>
a { background-color: #CBCD4D; }
a { background-color: rgb(203,205,77); }
div.DivClassName
{
background-color: #CBCD4D;
}
.BgClassName
{
background-color: #CBCD4D;
}
</style>
border-color css
<style>
span { border-color: #CBCD4D; }
span { border-color: rgb(203,205,77); }
td.TdClassName
{
border-color: #CBCD4D;
}
.TagClassName
{
border-color: #CBCD4D;
}
</style>