Shades of Bitter Lemon #CECE2C
Tints of Bitter Lemon #CECE2C
RGB
CMYK
RGB Variations
Color information
#CECE2C (or 0xCECE2C) is known color: Bitter Lemon. HEX triplet: CE, CE and 2C. RGB value is (206,206,44). Sum of RGB (Red+Green+Blue) = 206+206+44=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE2C is #3131D3. Grayscale: #BCBCBC. Windows color (decimal): -3224020 or 2936526. OLE color: 2936526.
HSL color Cylindrical-coordinate representation of color #CECE2C: hue angle of 60º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CECE2C is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 44 | - |
| CMYK | 0 | 0 | 0.79 | 0.19 |
| HSL | 60º | 0.65% | 0.49% | - |
| HSV(B) | 60º | 0.79% | 0.81% | - |
| XYZ | 47.98 | 57.45 | 10.94 | - |
| YUV | 187.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 44 | 0 | 0 | 0.79 | 0.19 | 60 | 0.65 | 0.49 |
| Hex | CE | CE | 2C | 0 | 0 | 4F | 13 | 3C | 41 | 31 |
| Octal | 316 | 316 | 54 | 0 | 0 | 117 | 23 | 74 | 101 | 61 |
| Binary | 11001110 | 11001110 | 101100 | 0 | 0 | 1001111 | 10011 | 111100 | 1000001 | 110001 |
Color Harmonies of #CECE2C
Complementary color
Monochromatic Colors of #CECE2C
Black with #CECE2C
Text Example
Text Example
White with #CECE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE2C; }
p { color: rgb(206,206,44); }
H1.HeaderClassName
{
color: #CECE2C;
}
.AnyTagClassName
{
color: #CECE2C;
}
</style>
background-color css
<style>
a { background-color: #CECE2C; }
a { background-color: rgb(206,206,44); }
div.DivClassName
{
background-color: #CECE2C;
}
.BgClassName
{
background-color: #CECE2C;
}
</style>
border-color css
<style>
span { border-color: #CECE2C; }
span { border-color: rgb(206,206,44); }
td.TdClassName
{
border-color: #CECE2C;
}
.TagClassName
{
border-color: #CECE2C;
}
</style>