Html Css Color HEX #C0CA5D Wild Willow

📋 copy color: '#C0CA5D'

red 192 ◦ green 202 ◦ blue 93

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

Shades of Wild Willow #C0CA5D

Tints of Wild Willow #C0CA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.1%

R = 39.43%
G = 41.48%
B = 19.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C0CA5D (or 0xC0CA5D) is known color: Wild Willow. HEX triplet: C0, CA and 5D. RGB value is (192,202,93). Sum of RGB (Red+Green+Blue) = 192+202+93=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA5D is #3F35A2. Grayscale: #BBBBBB. Windows color (decimal): -4142499 or 6146752. OLE color: 6146752.

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

Color convert

RGB 192 202 93 -
CMYK 0.05 0 0.54 0.21
HSL 65.5º 0.51% 0.58% -
HSV(B) 65.5º 0.54% 0.79% -
XYZ 44.83 54.24 18.46 -
YUV 186.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 192 202 93 0.05 0 0.54 0.21 65.5 0.51 0.58
Hex C0 CA 5D 5 0 36 15 42 33 3A
Octal 300 312 135 5 0 66 25 102 63 72
Binary 11000000 11001010 1011101 101 0 110110 10101 1000010 110011 111010

Color Harmonies of #C0CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA5D

Black with #C0CA5D

Text Example


Text Example

White with #C0CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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