Html Css Color HEX #C2C868 Wild Willow

📋 copy color: '#C2C868'

red 194 ◦ green 200 ◦ blue 104

#C2C868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C2C868

Tints of Wild Willow #C2C868

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

 GREEN value IS 200 (78.52% from 255) = 40.16%

 BLUE value IS 104 (41.02% from 255) = 20.88%

R = 38.96%
G = 40.16%
B = 20.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C2C868 (or 0xC2C868) is known color: Wild Willow. HEX triplet: C2, C8 and 68. RGB value is (194,200,104). Sum of RGB (Red+Green+Blue) = 194+200+104=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C868 is #3D3797. Grayscale: #BBBBBB. Windows color (decimal): -4011928 or 6867138. OLE color: 6867138.

HSL color Cylindrical-coordinate representation of color #C2C868: hue angle of 63.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2C868 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 104 -
CMYK 0.03 0 0.48 0.22
HSL 63.75º 0.47% 0.6% -
HSV(B) 63.75º 0.48% 0.78% -
XYZ 45.4 53.78 21.08 -
YUV 187.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 194 200 104 0.03 0 0.48 0.22 63.75 0.47 0.6
Hex C2 C8 68 3 0 30 16 40 2F 3C
Octal 302 310 150 3 0 60 26 100 57 74
Binary 11000010 11001000 1101000 11 0 110000 10110 1000000 101111 111100

Color Harmonies of #C2C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C868

Black with #C2C868

Text Example


Text Example

White with #C2C868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C868; }

 p { color: rgb(194,200,104); }

 H1.HeaderClassName
 {
   color: #C2C868;
 }
 .AnyTagClassName
 {
   color: #C2C868;
 }
</style>

background-color css

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

 a { background-color: rgb(194,200,104); }

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

border-color css

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

 span { border-color: rgb(194,200,104); }

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