#C8DC5B

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

Shades of Wild Willow #C8DC5B

Tints of Wild Willow #C8DC5B

Color information

#C8DC5B (or 0xC8DC5B) is unknown color: approx Wild Willow. HEX triplet: C8, DC and 5B. RGB value is (200,220,91). Sum of RGB (Red+Green+Blue) = 200+220+91=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC5B is #3723A4. Grayscale: #C7C7C7. Windows color (decimal): -3613605 or 6020296. OLE color: 6020296.

HSL color Cylindrical-coordinate representation of color #C8DC5B: hue angle of 69.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8DC5B is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB20022091-
CMYK0.0900.590.14
HSL69.3º64.82%60.98%-
HSV(B)69.3º58.64%86.27%-
XYZ51.364.2219.59-
YUV199.3166.87128.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 91 (35.94% from 255) = 17.81%
R=39.14%
G=43.05%
B=17.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200220910.0900.590.1469.364.8260.98
HexC8DC5B903BE45413d
Octal310334133110731610510175
Binary1100100011011100101101110010111011111010001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DC5B; }

 p { color: rgb(200,220,91); }

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

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

 a { background-color: rgb(200,220,91); }

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

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

 span { border-color: rgb(200,220,91); }

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