Shades of Bitter Lemon #CCCC30
Tints of Bitter Lemon #CCCC30
RGB
CMYK
RGB Variations
Color information
#CCCC30 (or 0xCCCC30) is known color: Bitter Lemon. HEX triplet: CC, CC and 30. RGB value is (204,204,48). Sum of RGB (Red+Green+Blue) = 204+204+48=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC30 is #3333CF. Grayscale: #BABABA. Windows color (decimal): -3355600 or 3198156. OLE color: 3198156.
HSL color Cylindrical-coordinate representation of color #CCCC30: hue angle of 60º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCC30 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 48 | - |
| CMYK | 0 | 0 | 0.76 | 0.2 |
| HSL | 60º | 0.62% | 0.49% | - |
| HSV(B) | 60º | 0.76% | 0.8% | - |
| XYZ | 47.03 | 56.24 | 11.17 | - |
| YUV | 186.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 48 | 0 | 0 | 0.76 | 0.2 | 60 | 0.62 | 0.49 |
| Hex | CC | CC | 30 | 0 | 0 | 4C | 14 | 3C | 3E | 31 |
| Octal | 314 | 314 | 60 | 0 | 0 | 114 | 24 | 74 | 76 | 61 |
| Binary | 11001100 | 11001100 | 110000 | 0 | 0 | 1001100 | 10100 | 111100 | 111110 | 110001 |
Color Harmonies of #CCCC30
Complementary color
Monochromatic Colors of #CCCC30
Black with #CCCC30
Text Example
Text Example
White with #CCCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC30; }
p { color: rgb(204,204,48); }
H1.HeaderClassName
{
color: #CCCC30;
}
.AnyTagClassName
{
color: #CCCC30;
}
</style>
background-color css
<style>
a { background-color: #CCCC30; }
a { background-color: rgb(204,204,48); }
div.DivClassName
{
background-color: #CCCC30;
}
.BgClassName
{
background-color: #CCCC30;
}
</style>
border-color css
<style>
span { border-color: #CCCC30; }
span { border-color: rgb(204,204,48); }
td.TdClassName
{
border-color: #CCCC30;
}
.TagClassName
{
border-color: #CCCC30;
}
</style>