Html Css Color HEX #C4CA70 Wild Willow

📋 copy color: '#C4CA70'

red 196 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #C4CA70

Tints of Wild Willow #C4CA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 38.43%
G = 39.61%
B = 21.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C4CA70 (or 0xC4CA70) is known color: Wild Willow. HEX triplet: C4, CA and 70. RGB value is (196,202,112). Sum of RGB (Red+Green+Blue) = 196+202+112=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA70 is #3B358F. Grayscale: #BEBEBE. Windows color (decimal): -3880336 or 7391940. OLE color: 7391940.

HSL color Cylindrical-coordinate representation of color #C4CA70: hue angle of 64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4CA70 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 112 -
CMYK 0.03 0 0.45 0.21
HSL 64º 0.46% 0.62% -
HSV(B) 64º 0.45% 0.79% -
XYZ 46.81 55.15 23.51 -
YUV 189.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 196 202 112 0.03 0 0.45 0.21 64 0.46 0.62
Hex C4 CA 70 3 0 2D 15 40 2E 3E
Octal 304 312 160 3 0 55 25 100 56 76
Binary 11000100 11001010 1110000 11 0 101101 10101 1000000 101110 111110

Color Harmonies of #C4CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA70

Black with #C4CA70

Text Example


Text Example

White with #C4CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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