Shades of Bitter Lemon #CBDB2A
Tints of Bitter Lemon #CBDB2A
RGB
CMYK
RGB Variations
Color information
#CBDB2A (or 0xCBDB2A) is known color: Bitter Lemon. HEX triplet: CB, DB and 2A. RGB value is (203,219,42). Sum of RGB (Red+Green+Blue) = 203+219+42=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB2A is #3424D5. Grayscale: #C2C2C2. Windows color (decimal): -3417302 or 2808779. OLE color: 2808779.
HSL color Cylindrical-coordinate representation of color #CBDB2A: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBDB2A is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 42 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.14 |
| HSL | 65.42º | 0.71% | 0.51% | - |
| HSV(B) | 65.42º | 0.81% | 0.86% | - |
| XYZ | 50.38 | 63.53 | 11.8 | - |
| YUV | 194.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 42 | 0.07 | 0 | 0.81 | 0.14 | 65.42 | 0.71 | 0.51 |
| Hex | CB | DB | 2A | 7 | 0 | 51 | E | 41 | 47 | 33 |
| Octal | 313 | 333 | 52 | 7 | 0 | 121 | 16 | 101 | 107 | 63 |
| Binary | 11001011 | 11011011 | 101010 | 111 | 0 | 1010001 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CBDB2A
Complementary color
Monochromatic Colors of #CBDB2A
Black with #CBDB2A
Text Example
Text Example
White with #CBDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB2A; }
p { color: rgb(203,219,42); }
H1.HeaderClassName
{
color: #CBDB2A;
}
.AnyTagClassName
{
color: #CBDB2A;
}
</style>
background-color css
<style>
a { background-color: #CBDB2A; }
a { background-color: rgb(203,219,42); }
div.DivClassName
{
background-color: #CBDB2A;
}
.BgClassName
{
background-color: #CBDB2A;
}
</style>
border-color css
<style>
span { border-color: #CBDB2A; }
span { border-color: rgb(203,219,42); }
td.TdClassName
{
border-color: #CBDB2A;
}
.TagClassName
{
border-color: #CBDB2A;
}
</style>