#c8c55e

Color #C8C55E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C8C55E

Tints of Wild Willow #C8C55E

Color information

#C8C55E (or 0xC8C55E) is unknown color: approx Wild Willow. HEX triplet: C8, C5 and 5E. RGB value is (200,197,94). Sum of RGB (Red+Green+Blue) = 200+197+94=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55E is #373AA1. Grayscale: #BABABA. Windows color (decimal): -3619490 or 6211016. OLE color: 6211016.

HSL color Cylindrical-coordinate representation of color #C8C55E: hue angle of 58.3º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8C55E is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB20019794-
CMYK00.020.530.22
HSL58.3º49.07%57.65%-
HSV(B)58.3º53%78.43%-
XYZ45.8153.0218.41-
YUV186.1675.99137.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 19.14%
R=40.73%
G=40.12%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001979400.020.530.2258.349.0757.65
HexC8C55E0235163a313a
Octal310305136026526726172
Binary1100100011000101101111001011010110110111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8c55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8c55e; }

 p { color: rgb(200,197,94); }

 H1.HeaderClassName
 {
   color: #c8c55e;
 }
 .AnyTagClassName
 {
   color: #c8c55e;
 }
</style>
background-color css

<style>
 a { background-color: #c8c55e; }

 a { background-color: rgb(200,197,94); }

 div.DivClassName
 {
   background-color: #c8c55e;
 }
 .BgClassName
 {
   background-color: #c8c55e;
 }
</style>
border-color css

<style>
 span { border-color: #c8c55e; }

 span { border-color: rgb(200,197,94); }

 td.TdClassName
 {
   border-color: #c8c55e;
 }
 .TagClassName
 {
   border-color: #c8c55e;
 }
</style>