#CCD158

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

Shades of Wild Willow #CCD158

Tints of Wild Willow #CCD158

Color information

#CCD158 (or 0xCCD158) is unknown color: approx Wild Willow. HEX triplet: CC, D1 and 58. RGB value is (204,209,88). Sum of RGB (Red+Green+Blue) = 204+209+88=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD158 is #332EA7. Grayscale: #C2C2C2. Windows color (decimal): -3354280 or 5820876. OLE color: 5820876.

HSL color Cylindrical-coordinate representation of color #CCD158: hue angle of 62.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD158 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20420988-
CMYK0.0200.580.18
HSL62.48º56.81%58.24%-
HSV(B)62.48º57.89%81.96%-
XYZ49.4659.1418.04-
YUV193.7168.34135.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 88 (34.77% from 255) = 17.56%
R=40.72%
G=41.72%
B=17.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209880.0200.580.1862.4856.8158.24
HexCCD158203A123e393a
Octal314321130207222767172
Binary1100110011010001101100010011101010010111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD158; }

 p { color: rgb(204,209,88); }

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

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

 a { background-color: rgb(204,209,88); }

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

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

 span { border-color: rgb(204,209,88); }

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