#C3D05B

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

Shades of Wild Willow #C3D05B

Tints of Wild Willow #C3D05B

Color information

#C3D05B (or 0xC3D05B) is unknown color: approx Wild Willow. HEX triplet: C3, D0 and 5B. RGB value is (195,208,91). Sum of RGB (Red+Green+Blue) = 195+208+91=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D05B is #3C2FA4. Grayscale: #BFBFBF. Windows color (decimal): -3944357 or 6017219. OLE color: 6017219.

HSL color Cylindrical-coordinate representation of color #C3D05B: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3D05B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB19520891-
CMYK0.0600.560.18
HSL66.67º55.45%58.63%-
HSV(B)66.67º56.25%81.57%-
XYZ46.9557.4718.52-
YUV190.7771.69131.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=39.47%
G=42.11%
B=18.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195208910.0600.560.1866.6755.4558.63
HexC3D05B60381243373b
Octal3033201336070221036773
Binary110000111101000010110111100111000100101000011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D05B; }

 p { color: rgb(195,208,91); }

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

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

 a { background-color: rgb(195,208,91); }

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

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

 span { border-color: rgb(195,208,91); }

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