Html Css Color HEX #C0C15A Wild Willow

📋 copy color: '#C0C15A'

red 192 ◦ green 193 ◦ blue 90

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

Shades of Wild Willow #C0C15A

Tints of Wild Willow #C0C15A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 40.42%
G = 40.63%
B = 18.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C0C15A (or 0xC0C15A) is known color: Wild Willow. HEX triplet: C0, C1 and 5A. RGB value is (192,193,90). Sum of RGB (Red+Green+Blue) = 192+193+90=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C15A is #3F3EA5. Grayscale: #B5B5B5. Windows color (decimal): -4144806 or 5947840. OLE color: 5947840.

HSL color Cylindrical-coordinate representation of color #C0C15A: hue angle of 60.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C15A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 90 -
CMYK 0.01 0 0.53 0.24
HSL 60.58º 0.45% 0.55% -
HSV(B) 60.58º 0.53% 0.76% -
XYZ 42.65 50.08 17.09 -
YUV 180.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 192 193 90 0.01 0 0.53 0.24 60.58 0.45 0.55
Hex C0 C1 5A 1 0 35 18 3D 2D 37
Octal 300 301 132 1 0 65 30 75 55 67
Binary 11000000 11000001 1011010 1 0 110101 11000 111101 101101 110111

Color Harmonies of #C0C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C15A

Black with #C0C15A

Text Example


Text Example

White with #C0C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C15A; }

 p { color: rgb(192,193,90); }

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

background-color css

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

 a { background-color: rgb(192,193,90); }

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

border-color css

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

 span { border-color: rgb(192,193,90); }

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