Html Css Color HEX #C0CA5F Wild Willow

📋 copy color: '#C0CA5F'

red 192 ◦ green 202 ◦ blue 95

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

Shades of Wild Willow #C0CA5F

Tints of Wild Willow #C0CA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 39.26%
G = 41.31%
B = 19.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C0CA5F (or 0xC0CA5F) is known color: Wild Willow. HEX triplet: C0, CA and 5F. RGB value is (192,202,95). Sum of RGB (Red+Green+Blue) = 192+202+95=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA5F is #3F35A0. Grayscale: #BBBBBB. Windows color (decimal): -4142497 or 6277824. OLE color: 6277824.

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

Color convert

RGB 192 202 95 -
CMYK 0.05 0 0.53 0.21
HSL 65.61º 0.5% 0.58% -
HSV(B) 65.61º 0.53% 0.79% -
XYZ 44.92 54.27 18.93 -
YUV 186.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 192 202 95 0.05 0 0.53 0.21 65.61 0.5 0.58
Hex C0 CA 5F 5 0 35 15 42 32 3A
Octal 300 312 137 5 0 65 25 102 62 72
Binary 11000000 11001010 1011111 101 0 110101 10101 1000010 110010 111010

Color Harmonies of #C0CA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA5F

Black with #C0CA5F

Text Example


Text Example

White with #C0CA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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