Shades of Barberry #CBD024
Tints of Barberry #CBD024
RGB
CMYK
RGB Variations
Color information
#CBD024 (or 0xCBD024) is known color: Barberry. HEX triplet: CB, D0 and 24. RGB value is (203,208,36). Sum of RGB (Red+Green+Blue) = 203+208+36=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD024 is #342FDB. Grayscale: #BBBBBB. Windows color (decimal): -3420124 or 2412747. OLE color: 2412747.
HSL color Cylindrical-coordinate representation of color #CBD024: hue angle of 61.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBD024 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.18 |
| HSL | 61.74º | 0.7% | 0.48% | - |
| HSV(B) | 61.74º | 0.83% | 0.82% | - |
| XYZ | 47.5 | 57.94 | 10.35 | - |
| YUV | 186.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 36 | 0.02 | 0 | 0.83 | 0.18 | 61.74 | 0.7 | 0.48 |
| Hex | CB | D0 | 24 | 2 | 0 | 53 | 12 | 3E | 46 | 30 |
| Octal | 313 | 320 | 44 | 2 | 0 | 123 | 22 | 76 | 106 | 60 |
| Binary | 11001011 | 11010000 | 100100 | 10 | 0 | 1010011 | 10010 | 111110 | 1000110 | 110000 |
Color Harmonies of #CBD024
Complementary color
Monochromatic Colors of #CBD024
Black with #CBD024
Text Example
Text Example
White with #CBD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD024; }
p { color: rgb(203,208,36); }
H1.HeaderClassName
{
color: #CBD024;
}
.AnyTagClassName
{
color: #CBD024;
}
</style>
background-color css
<style>
a { background-color: #CBD024; }
a { background-color: rgb(203,208,36); }
div.DivClassName
{
background-color: #CBD024;
}
.BgClassName
{
background-color: #CBD024;
}
</style>
border-color css
<style>
span { border-color: #CBD024; }
span { border-color: rgb(203,208,36); }
td.TdClassName
{
border-color: #CBD024;
}
.TagClassName
{
border-color: #CBD024;
}
</style>