Shades of Bitter Lemon #CBD233
Tints of Bitter Lemon #CBD233
RGB
CMYK
RGB Variations
Color information
#CBD233 (or 0xCBD233) is known color: Bitter Lemon. HEX triplet: CB, D2 and 33. RGB value is (203,210,51). Sum of RGB (Red+Green+Blue) = 203+210+51=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD233 is #342DCC. Grayscale: #BEBEBE. Windows color (decimal): -3419597 or 3396299. OLE color: 3396299.
HSL color Cylindrical-coordinate representation of color #CBD233: hue angle of 62.64º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBD233 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 51 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.18 |
| HSL | 62.64º | 0.64% | 0.51% | - |
| HSV(B) | 62.64º | 0.76% | 0.82% | - |
| XYZ | 48.27 | 59.03 | 11.98 | - |
| YUV | 189.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 51 | 0.03 | 0 | 0.76 | 0.18 | 62.64 | 0.64 | 0.51 |
| Hex | CB | D2 | 33 | 3 | 0 | 4C | 12 | 3F | 40 | 33 |
| Octal | 313 | 322 | 63 | 3 | 0 | 114 | 22 | 77 | 100 | 63 |
| Binary | 11001011 | 11010010 | 110011 | 11 | 0 | 1001100 | 10010 | 111111 | 1000000 | 110011 |
Color Harmonies of #CBD233
Complementary color
Monochromatic Colors of #CBD233
Black with #CBD233
Text Example
Text Example
White with #CBD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD233; }
p { color: rgb(203,210,51); }
H1.HeaderClassName
{
color: #CBD233;
}
.AnyTagClassName
{
color: #CBD233;
}
</style>
background-color css
<style>
a { background-color: #CBD233; }
a { background-color: rgb(203,210,51); }
div.DivClassName
{
background-color: #CBD233;
}
.BgClassName
{
background-color: #CBD233;
}
</style>
border-color css
<style>
span { border-color: #CBD233; }
span { border-color: rgb(203,210,51); }
td.TdClassName
{
border-color: #CBD233;
}
.TagClassName
{
border-color: #CBD233;
}
</style>