#C0D652

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

Shades of Wild Willow #C0D652

Tints of Wild Willow #C0D652

Color information

#C0D652 (or 0xC0D652) is unknown color: approx Wild Willow. HEX triplet: C0, D6 and 52. RGB value is (192,214,82). Sum of RGB (Red+Green+Blue) = 192+214+82=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D652 is #3F29AD. Grayscale: #C0C0C0. Windows color (decimal): -4139438 or 5428928. OLE color: 5428928.

HSL color Cylindrical-coordinate representation of color #C0D652: hue angle of 70º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D652 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB19221482-
CMYK0.1000.620.16
HSL70º61.68%58.04%-
HSV(B)70º61.68%83.92%-
XYZ47.3159.9117.05-
YUV192.3765.71127.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 82 (32.42% from 255) = 16.80%
R=39.34%
G=43.85%
B=16.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192214820.1000.620.167061.6858.04
HexC0D652A03E10463e3a
Octal30032612212076201067672
Binary1100000011010110101001010100111110100001000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D652; }

 p { color: rgb(192,214,82); }

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

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

 a { background-color: rgb(192,214,82); }

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

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

 span { border-color: rgb(192,214,82); }

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