Shades of Pale Leaf #CAD89C
Tints of Pale Leaf #CAD89C
RGB
CMYK
RGB Variations
Color information
#CAD89C (or 0xCAD89C) is known color: Pale Leaf. HEX triplet: CA, D8 and 9C. RGB value is (202,216,156). Sum of RGB (Red+Green+Blue) = 202+216+156=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD89C is #352763. Grayscale: #CDCDCD. Windows color (decimal): -3483492 or 10279114. OLE color: 10279114.
HSL color Cylindrical-coordinate representation of color #CAD89C: hue angle of 74º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAD89C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 74º | 0.43% | 0.73% | - |
| HSV(B) | 74º | 0.28% | 0.85% | - |
| XYZ | 54.91 | 64.07 | 40.92 | - |
| YUV | 204.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 156 | 0.06 | 0 | 0.28 | 0.15 | 74 | 0.43 | 0.73 |
| Hex | CA | D8 | 9C | 6 | 0 | 1C | F | 4A | 2B | 49 |
| Octal | 312 | 330 | 234 | 6 | 0 | 34 | 17 | 112 | 53 | 111 |
| Binary | 11001010 | 11011000 | 10011100 | 110 | 0 | 11100 | 1111 | 1001010 | 101011 | 1001001 |
Color Harmonies of #CAD89C
Complementary color
Monochromatic Colors of #CAD89C
Black with #CAD89C
Text Example
Text Example
White with #CAD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD89C; }
p { color: rgb(202,216,156); }
H1.HeaderClassName
{
color: #CAD89C;
}
.AnyTagClassName
{
color: #CAD89C;
}
</style>
background-color css
<style>
a { background-color: #CAD89C; }
a { background-color: rgb(202,216,156); }
div.DivClassName
{
background-color: #CAD89C;
}
.BgClassName
{
background-color: #CAD89C;
}
</style>
border-color css
<style>
span { border-color: #CAD89C; }
span { border-color: rgb(202,216,156); }
td.TdClassName
{
border-color: #CAD89C;
}
.TagClassName
{
border-color: #CAD89C;
}
</style>