Shades of Pear #CBE326
Tints of Pear #CBE326
RGB
CMYK
RGB Variations
Color information
#CBE326 (or 0xCBE326) is known color: Pear. HEX triplet: CB, E3 and 26. RGB value is (203,227,38). Sum of RGB (Red+Green+Blue) = 203+227+38=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE326 is #341CD9. Grayscale: #C7C7C7. Windows color (decimal): -3415258 or 2548683. OLE color: 2548683.
HSL color Cylindrical-coordinate representation of color #CBE326: hue angle of 67.62º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBE326 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 38 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.11 |
| HSL | 67.62º | 0.77% | 0.52% | - |
| HSV(B) | 67.62º | 0.83% | 0.89% | - |
| XYZ | 52.45 | 67.77 | 12.15 | - |
| YUV | 198.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 38 | 0.11 | 0 | 0.83 | 0.11 | 67.62 | 0.77 | 0.52 |
| Hex | CB | E3 | 26 | B | 0 | 53 | B | 44 | 4D | 34 |
| Octal | 313 | 343 | 46 | 13 | 0 | 123 | 13 | 104 | 115 | 64 |
| Binary | 11001011 | 11100011 | 100110 | 1011 | 0 | 1010011 | 1011 | 1000100 | 1001101 | 110100 |
Color Harmonies of #CBE326
Complementary color
Monochromatic Colors of #CBE326
Black with #CBE326
Text Example
Text Example
White with #CBE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE326; }
p { color: rgb(203,227,38); }
H1.HeaderClassName
{
color: #CBE326;
}
.AnyTagClassName
{
color: #CBE326;
}
</style>
background-color css
<style>
a { background-color: #CBE326; }
a { background-color: rgb(203,227,38); }
div.DivClassName
{
background-color: #CBE326;
}
.BgClassName
{
background-color: #CBE326;
}
</style>
border-color css
<style>
span { border-color: #CBE326; }
span { border-color: rgb(203,227,38); }
td.TdClassName
{
border-color: #CBE326;
}
.TagClassName
{
border-color: #CBE326;
}
</style>