#C1D067

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

Shades of Wild Willow #C1D067

Tints of Wild Willow #C1D067

Color information

#C1D067 (or 0xC1D067) is unknown color: approx Wild Willow. HEX triplet: C1, D0 and 67. RGB value is (193,208,103). Sum of RGB (Red+Green+Blue) = 193+208+103=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D067 is #3E2F98. Grayscale: #BFBFBF. Windows color (decimal): -4075417 or 6803649. OLE color: 6803649.

HSL color Cylindrical-coordinate representation of color #C1D067: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1D067 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB193208103-
CMYK0.0700.500.18
HSL68.57º52.76%60.98%-
HSV(B)68.57º50.48%81.57%-
XYZ4757.4321.44-
YUV191.5478.03129.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=38.29%
G=41.27%
B=20.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081030.0700.500.1868.5752.7660.98
HexC1D06770321245353d
Octal3013201477062221056575
Binary110000011101000011001111110110010100101000101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D067; }

 p { color: rgb(193,208,103); }

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

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

 a { background-color: rgb(193,208,103); }

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

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

 span { border-color: rgb(193,208,103); }

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