Shades of Wattle #C8CE4B
Tints of Wattle #C8CE4B
RGB
CMYK
RGB Variations
Color information
#C8CE4B (or 0xC8CE4B) is known color: Wattle. HEX triplet: C8, CE and 4B. RGB value is (200,206,75). Sum of RGB (Red+Green+Blue) = 200+206+75=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE4B is #3731B4. Grayscale: #BDBDBD. Windows color (decimal): -3617205 or 4968136. OLE color: 4968136.
HSL color Cylindrical-coordinate representation of color #C8CE4B: hue angle of 62.75º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CE4B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 75 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.19 |
| HSL | 62.75º | 0.57% | 0.55% | - |
| HSV(B) | 62.75º | 0.64% | 0.81% | - |
| XYZ | 47.16 | 56.93 | 15.16 | - |
| YUV | 189.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 75 | 0.03 | 0 | 0.64 | 0.19 | 62.75 | 0.57 | 0.55 |
| Hex | C8 | CE | 4B | 3 | 0 | 40 | 13 | 3F | 39 | 37 |
| Octal | 310 | 316 | 113 | 3 | 0 | 100 | 23 | 77 | 71 | 67 |
| Binary | 11001000 | 11001110 | 1001011 | 11 | 0 | 1000000 | 10011 | 111111 | 111001 | 110111 |
Color Harmonies of #C8CE4B
Complementary color
Monochromatic Colors of #C8CE4B
Black with #C8CE4B
Text Example
Text Example
White with #C8CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE4B; }
p { color: rgb(200,206,75); }
H1.HeaderClassName
{
color: #C8CE4B;
}
.AnyTagClassName
{
color: #C8CE4B;
}
</style>
background-color css
<style>
a { background-color: #C8CE4B; }
a { background-color: rgb(200,206,75); }
div.DivClassName
{
background-color: #C8CE4B;
}
.BgClassName
{
background-color: #C8CE4B;
}
</style>
border-color css
<style>
span { border-color: #C8CE4B; }
span { border-color: rgb(200,206,75); }
td.TdClassName
{
border-color: #C8CE4B;
}
.TagClassName
{
border-color: #C8CE4B;
}
</style>