Shades of Wild Willow #CBCB5C
Tints of Wild Willow #CBCB5C
RGB
CMYK
RGB Variations
Color information
#CBCB5C (or 0xCBCB5C) is known color: Wild Willow. HEX triplet: CB, CB and 5C. RGB value is (203,203,92). Sum of RGB (Red+Green+Blue) = 203+203+92=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB5C is #3434A3. Grayscale: #BEBEBE. Windows color (decimal): -3421348 or 6081483. OLE color: 6081483.
HSL color Cylindrical-coordinate representation of color #CBCB5C: hue angle of 60º 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 #CBCB5C is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 92 | - |
| CMYK | 0 | 0 | 0.55 | 0.20 |
| HSL | 60º | 0.52% | 0.58% | - |
| HSV(B) | 60º | 0.55% | 0.8% | - |
| XYZ | 47.92 | 56.18 | 18.44 | - |
| YUV | 190.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 92 | 0 | 0 | 0.55 | 0.20 | 60 | 0.52 | 0.58 |
| Hex | CB | CB | 5C | 0 | 0 | 37 | 14 | 3C | 34 | 3A |
| Octal | 313 | 313 | 134 | 0 | 0 | 67 | 24 | 74 | 64 | 72 |
| Binary | 11001011 | 11001011 | 1011100 | 0 | 0 | 110111 | 10100 | 111100 | 110100 | 111010 |
Color Harmonies of #CBCB5C
Complementary color
Monochromatic Colors of #CBCB5C
Black with #CBCB5C
Text Example
Text Example
White with #CBCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB5C; }
p { color: rgb(203,203,92); }
H1.HeaderClassName
{
color: #CBCB5C;
}
.AnyTagClassName
{
color: #CBCB5C;
}
</style>
background-color css
<style>
a { background-color: #CBCB5C; }
a { background-color: rgb(203,203,92); }
div.DivClassName
{
background-color: #CBCB5C;
}
.BgClassName
{
background-color: #CBCB5C;
}
</style>
border-color css
<style>
span { border-color: #CBCB5C; }
span { border-color: rgb(203,203,92); }
td.TdClassName
{
border-color: #CBCB5C;
}
.TagClassName
{
border-color: #CBCB5C;
}
</style>