#C8D852

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

Shades of Wild Willow #C8D852

Tints of Wild Willow #C8D852

Color information

#C8D852 (or 0xC8D852) is unknown color: approx Wild Willow. HEX triplet: C8, D8 and 52. RGB value is (200,216,82). Sum of RGB (Red+Green+Blue) = 200+216+82=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D852 is #3727AD. Grayscale: #C4C4C4. Windows color (decimal): -3614638 or 5429448. OLE color: 5429448.

HSL color Cylindrical-coordinate representation of color #C8D852: hue angle of 67.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8D852 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB20021682-
CMYK0.0700.620.15
HSL67.16º63.21%58.43%-
HSV(B)67.16º62.04%84.71%-
XYZ49.96217.32-
YUV195.9463.7130.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 82 (32.42% from 255) = 16.47%
R=40.16%
G=43.37%
B=16.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200216820.0700.620.1567.1663.2158.43
HexC8D852703EF433f3a
Octal3103301227076171037772
Binary11001000110110001010010111011111011111000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D852; }

 p { color: rgb(200,216,82); }

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

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

 a { background-color: rgb(200,216,82); }

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

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

 span { border-color: rgb(200,216,82); }

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