#C3CD54

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

Shades of Wild Willow #C3CD54

Tints of Wild Willow #C3CD54

Color information

#C3CD54 (or 0xC3CD54) is unknown color: approx Wild Willow. HEX triplet: C3, CD and 54. RGB value is (195,205,84). Sum of RGB (Red+Green+Blue) = 195+205+84=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CD54 is #3C32AB. Grayscale: #BCBCBC. Windows color (decimal): -3945132 or 5557699. OLE color: 5557699.

HSL color Cylindrical-coordinate representation of color #C3CD54: hue angle of 64.96º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3CD54 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB19520584-
CMYK0.0500.590.20
HSL64.96º54.75%56.67%-
HSV(B)64.96º59.02%80.39%-
XYZ45.9455.916.76-
YUV188.2269.19132.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=40.29%
G=42.36%
B=17.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195205840.0500.590.2064.9654.7556.67
HexC3CD54503B14413739
Octal3033151245073241016771
Binary110000111100110110101001010111011101001000001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD54; }

 p { color: rgb(195,205,84); }

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

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

 a { background-color: rgb(195,205,84); }

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

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

 span { border-color: rgb(195,205,84); }

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