Shades of Barberry #CABE2D
Tints of Barberry #CABE2D
RGB
CMYK
RGB Variations
Color information
#CABE2D (or 0xCABE2D) is known color: Barberry. HEX triplet: CA, BE and 2D. RGB value is (202,190,45). Sum of RGB (Red+Green+Blue) = 202+190+45=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE2D is #3541D2. Grayscale: #B1B1B1. Windows color (decimal): -3490259 or 2997962. OLE color: 2997962.
HSL color Cylindrical-coordinate representation of color #CABE2D: hue angle of 55.41º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABE2D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 45 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.21 |
| HSL | 55.41º | 0.64% | 0.48% | - |
| HSV(B) | 55.41º | 0.78% | 0.79% | - |
| XYZ | 43.24 | 49.57 | 9.77 | - |
| YUV | 177.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 45 | 0 | 0.06 | 0.78 | 0.21 | 55.41 | 0.64 | 0.48 |
| Hex | CA | BE | 2D | 0 | 6 | 4E | 15 | 37 | 40 | 30 |
| Octal | 312 | 276 | 55 | 0 | 6 | 116 | 25 | 67 | 100 | 60 |
| Binary | 11001010 | 10111110 | 101101 | 0 | 110 | 1001110 | 10101 | 110111 | 1000000 | 110000 |
Color Harmonies of #CABE2D
Complementary color
Monochromatic Colors of #CABE2D
Black with #CABE2D
Text Example
Text Example
White with #CABE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABE2D; }
p { color: rgb(202,190,45); }
H1.HeaderClassName
{
color: #CABE2D;
}
.AnyTagClassName
{
color: #CABE2D;
}
</style>
background-color css
<style>
a { background-color: #CABE2D; }
a { background-color: rgb(202,190,45); }
div.DivClassName
{
background-color: #CABE2D;
}
.BgClassName
{
background-color: #CABE2D;
}
</style>
border-color css
<style>
span { border-color: #CABE2D; }
span { border-color: rgb(202,190,45); }
td.TdClassName
{
border-color: #CABE2D;
}
.TagClassName
{
border-color: #CABE2D;
}
</style>