#CCD152

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

Shades of Wild Willow #CCD152

Tints of Wild Willow #CCD152

Color information

#CCD152 (or 0xCCD152) is unknown color: approx Wild Willow. HEX triplet: CC, D1 and 52. RGB value is (204,209,82). Sum of RGB (Red+Green+Blue) = 204+209+82=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD152 is #332EAD. Grayscale: #C1C1C1. Windows color (decimal): -3354286 or 5427660. OLE color: 5427660.

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

Color convert

RGB20420982-
CMYK0.0200.610.18
HSL62.36º57.99%57.06%-
HSV(B)62.36º60.77%81.96%-
XYZ49.2359.0516.79-
YUV193.0365.34135.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 82 (32.42% from 255) = 16.57%
R=41.21%
G=42.22%
B=16.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209820.0200.610.1862.3657.9957.06
HexCCD152203D123e3a39
Octal314321122207522767271
Binary1100110011010001101001010011110110010111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD152; }

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

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

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

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

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

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

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

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