Html Css Color HEX #C5CA70 Wild Willow

📋 copy color: '#C5CA70'

red 197 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #C5CA70

Tints of Wild Willow #C5CA70

RGB

 RED value IS 197 (77.34% from 255) = 38.55%

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

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

R = 38.55%
G = 39.53%
B = 21.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C5CA70 (or 0xC5CA70) is known color: Wild Willow. HEX triplet: C5, CA and 70. RGB value is (197,202,112). Sum of RGB (Red+Green+Blue) = 197+202+112=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA70 is #3A358F. Grayscale: #BEBEBE. Windows color (decimal): -3814800 or 7391941. OLE color: 7391941.

HSL color Cylindrical-coordinate representation of color #C5CA70: hue angle of 63.33º 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 #C5CA70 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 112 -
CMYK 0.02 0 0.45 0.21
HSL 63.33º 0.46% 0.62% -
HSV(B) 63.33º 0.45% 0.79% -
XYZ 47.07 55.28 23.52 -
YUV 190.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 197 202 112 0.02 0 0.45 0.21 63.33 0.46 0.62
Hex C5 CA 70 2 0 2D 15 3F 2E 3E
Octal 305 312 160 2 0 55 25 77 56 76
Binary 11000101 11001010 1110000 10 0 101101 10101 111111 101110 111110

Color Harmonies of #C5CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA70

Black with #C5CA70

Text Example


Text Example

White with #C5CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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