#c1cf68

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

Shades of Wild Willow #C1CF68

Tints of Wild Willow #C1CF68

Color information

#C1CF68 (or 0xC1CF68) is unknown color: approx Wild Willow. HEX triplet: C1, CF and 68. RGB value is (193,207,104). Sum of RGB (Red+Green+Blue) = 193+207+104=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF68 is #3E3097. Grayscale: #BFBFBF. Windows color (decimal): -4075672 or 6868929. OLE color: 6868929.

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

Color convert

RGB193207104-
CMYK0.0700.500.19
HSL68.16º51.76%60.98%-
HSV(B)68.16º49.76%81.18%-
XYZ46.856.9621.62-
YUV191.0778.86129.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 207 (81.25% from 255) = 41.07%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=38.29%
G=41.07%
B=20.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071040.0700.500.1968.1651.7660.98
HexC1CF6870321344343d
Octal3013171507062231046475
Binary110000011100111111010001110110010100111000100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1cf68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1cf68; }

 p { color: rgb(193,207,104); }

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

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

 a { background-color: rgb(193,207,104); }

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

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

 span { border-color: rgb(193,207,104); }

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