Shades of Barberry #CBCD1E
Tints of Barberry #CBCD1E
RGB
CMYK
RGB Variations
Color information
#CBCD1E (or 0xCBCD1E) is known color: Barberry. HEX triplet: CB, CD and 1E. RGB value is (203,205,30). Sum of RGB (Red+Green+Blue) = 203+205+30=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD1E is #3432E1. Grayscale: #B9B9B9. Windows color (decimal): -3420898 or 2018763. OLE color: 2018763.
HSL color Cylindrical-coordinate representation of color #CBCD1E: hue angle of 60.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBCD1E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.20 |
| HSL | 60.69º | 0.74% | 0.46% | - |
| HSV(B) | 60.69º | 0.85% | 0.8% | - |
| XYZ | 46.69 | 56.45 | 9.66 | - |
| YUV | 184.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 30 | 0.01 | 0 | 0.85 | 0.20 | 60.69 | 0.74 | 0.46 |
| Hex | CB | CD | 1E | 1 | 0 | 55 | 14 | 3D | 4A | 2E |
| Octal | 313 | 315 | 36 | 1 | 0 | 125 | 24 | 75 | 112 | 56 |
| Binary | 11001011 | 11001101 | 11110 | 1 | 0 | 1010101 | 10100 | 111101 | 1001010 | 101110 |
Color Harmonies of #CBCD1E
Complementary color
Monochromatic Colors of #CBCD1E
Black with #CBCD1E
Text Example
Text Example
White with #CBCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD1E; }
p { color: rgb(203,205,30); }
H1.HeaderClassName
{
color: #CBCD1E;
}
.AnyTagClassName
{
color: #CBCD1E;
}
</style>
background-color css
<style>
a { background-color: #CBCD1E; }
a { background-color: rgb(203,205,30); }
div.DivClassName
{
background-color: #CBCD1E;
}
.BgClassName
{
background-color: #CBCD1E;
}
</style>
border-color css
<style>
span { border-color: #CBCD1E; }
span { border-color: rgb(203,205,30); }
td.TdClassName
{
border-color: #CBCD1E;
}
.TagClassName
{
border-color: #CBCD1E;
}
</style>