Html Css Color HEX #C0CA61 Wild Willow

📋 copy color: '#C0CA61'

red 192 ◦ green 202 ◦ blue 97

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

Shades of Wild Willow #C0CA61

Tints of Wild Willow #C0CA61

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

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

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 39.1%
G = 41.14%
B = 19.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C0CA61 (or 0xC0CA61) is known color: Wild Willow. HEX triplet: C0, CA and 61. RGB value is (192,202,97). Sum of RGB (Red+Green+Blue) = 192+202+97=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA61 is #3F359E. Grayscale: #BBBBBB. Windows color (decimal): -4142495 or 6408896. OLE color: 6408896.

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

Color convert

RGB 192 202 97 -
CMYK 0.05 0 0.52 0.21
HSL 65.71º 0.5% 0.59% -
HSV(B) 65.71º 0.52% 0.79% -
XYZ 45.02 54.31 19.42 -
YUV 187.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 192 202 97 0.05 0 0.52 0.21 65.71 0.5 0.59
Hex C0 CA 61 5 0 34 15 42 32 3B
Octal 300 312 141 5 0 64 25 102 62 73
Binary 11000000 11001010 1100001 101 0 110100 10101 1000010 110010 111011

Color Harmonies of #C0CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA61

Black with #C0CA61

Text Example


Text Example

White with #C0CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA61; }

 p { color: rgb(192,202,97); }

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

background-color css

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

 a { background-color: rgb(192,202,97); }

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

border-color css

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

 span { border-color: rgb(192,202,97); }

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