Shades of Wild Willow #CBCC5C
Tints of Wild Willow #CBCC5C
RGB
CMYK
RGB Variations
Color information
#CBCC5C (or 0xCBCC5C) is known color: Wild Willow. HEX triplet: CB, CC and 5C. RGB value is (203,204,92). Sum of RGB (Red+Green+Blue) = 203+204+92=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5C is #3433A3. Grayscale: #BFBFBF. Windows color (decimal): -3421092 or 6081739. OLE color: 6081739.
HSL color Cylindrical-coordinate representation of color #CBCC5C: hue angle of 60.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBCC5C is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 92 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.2 |
| HSL | 60.54º | 0.52% | 0.58% | - |
| HSV(B) | 60.54º | 0.55% | 0.8% | - |
| XYZ | 48.15 | 56.65 | 18.52 | - |
| YUV | 190.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 92 | 0.00 | 0 | 0.55 | 0.2 | 60.54 | 0.52 | 0.58 |
| Hex | CB | CC | 5C | 0 | 0 | 37 | 14 | 3D | 34 | 3A |
| Octal | 313 | 314 | 134 | 0 | 0 | 67 | 24 | 75 | 64 | 72 |
| Binary | 11001011 | 11001100 | 1011100 | 0 | 0 | 110111 | 10100 | 111101 | 110100 | 111010 |
Color Harmonies of #CBCC5C
Complementary color
Monochromatic Colors of #CBCC5C
Black with #CBCC5C
Text Example
Text Example
White with #CBCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC5C; }
p { color: rgb(203,204,92); }
H1.HeaderClassName
{
color: #CBCC5C;
}
.AnyTagClassName
{
color: #CBCC5C;
}
</style>
background-color css
<style>
a { background-color: #CBCC5C; }
a { background-color: rgb(203,204,92); }
div.DivClassName
{
background-color: #CBCC5C;
}
.BgClassName
{
background-color: #CBCC5C;
}
</style>
border-color css
<style>
span { border-color: #CBCC5C; }
span { border-color: rgb(203,204,92); }
td.TdClassName
{
border-color: #CBCC5C;
}
.TagClassName
{
border-color: #CBCC5C;
}
</style>