Html Css Color HEX #C4CA64 Wild Willow

📋 copy color: '#C4CA64'

red 196 ◦ green 202 ◦ blue 100

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

Shades of Wild Willow #C4CA64

Tints of Wild Willow #C4CA64

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 100 (39.45% from 255) = 20.08%

R = 39.36%
G = 40.56%
B = 20.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C4CA64 (or 0xC4CA64) is known color: Wild Willow. HEX triplet: C4, CA and 64. RGB value is (196,202,100). Sum of RGB (Red+Green+Blue) = 196+202+100=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA64 is #3B359B. Grayscale: #BCBCBC. Windows color (decimal): -3880348 or 6605508. OLE color: 6605508.

HSL color Cylindrical-coordinate representation of color #C4CA64: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4CA64 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 100 -
CMYK 0.03 0 0.50 0.21
HSL 63.53º 0.49% 0.59% -
HSV(B) 63.53º 0.5% 0.79% -
XYZ 46.19 54.9 20.22 -
YUV 188.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 196 202 100 0.03 0 0.50 0.21 63.53 0.49 0.59
Hex C4 CA 64 3 0 32 15 40 31 3B
Octal 304 312 144 3 0 62 25 100 61 73
Binary 11000100 11001010 1100100 11 0 110010 10101 1000000 110001 111011

Color Harmonies of #C4CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA64

Black with #C4CA64

Text Example


Text Example

White with #C4CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA64; }

 p { color: rgb(196,202,100); }

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

background-color css

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

 a { background-color: rgb(196,202,100); }

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

border-color css

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

 span { border-color: rgb(196,202,100); }

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