Shades of Pear #CBEA1A
Tints of Pear #CBEA1A
RGB
CMYK
RGB Variations
Color information
#CBEA1A (or 0xCBEA1A) is known color: Pear. HEX triplet: CB, EA and 1A. RGB value is (203,234,26). Sum of RGB (Red+Green+Blue) = 203+234+26=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEA1A is #3415E5. Grayscale: #C9C9C9. Windows color (decimal): -3413478 or 1764043. OLE color: 1764043.
HSL color Cylindrical-coordinate representation of color #CBEA1A: hue angle of 68.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBEA1A is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 26 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.08 |
| HSL | 68.94º | 0.83% | 0.51% | - |
| HSV(B) | 68.94º | 0.89% | 0.92% | - |
| XYZ | 54.24 | 71.62 | 11.94 | - |
| YUV | 201.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 26 | 0.13 | 0 | 0.89 | 0.08 | 68.94 | 0.83 | 0.51 |
| Hex | CB | EA | 1A | D | 0 | 59 | 8 | 45 | 53 | 33 |
| Octal | 313 | 352 | 32 | 15 | 0 | 131 | 10 | 105 | 123 | 63 |
| Binary | 11001011 | 11101010 | 11010 | 1101 | 0 | 1011001 | 1000 | 1000101 | 1010011 | 110011 |
Color Harmonies of #CBEA1A
Complementary color
Monochromatic Colors of #CBEA1A
Black with #CBEA1A
Text Example
Text Example
White with #CBEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA1A; }
p { color: rgb(203,234,26); }
H1.HeaderClassName
{
color: #CBEA1A;
}
.AnyTagClassName
{
color: #CBEA1A;
}
</style>
background-color css
<style>
a { background-color: #CBEA1A; }
a { background-color: rgb(203,234,26); }
div.DivClassName
{
background-color: #CBEA1A;
}
.BgClassName
{
background-color: #CBEA1A;
}
</style>
border-color css
<style>
span { border-color: #CBEA1A; }
span { border-color: rgb(203,234,26); }
td.TdClassName
{
border-color: #CBEA1A;
}
.TagClassName
{
border-color: #CBEA1A;
}
</style>